COLOR #414558

HEX: #414558
RGB: (65,69,88)

Color info

#414558 contains red, green and blue colors in about the same proportion. Web safe color of #414558 is #333366 (or #336).

RGB color model

#414558 color RGB value is (65,69,88).

  • red value is 65;
  • green value is 69;
  • blue value is 88.
RGB:
(65,69,88)
(25%,27%,35%)

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 88 of 255 = 35%

65
69
88

R + G + B ~ 29%. #414558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 88 = 222 (100%)
R 65 of 222 ~ 29.28%
G 69 of 222 ~ 31.08%
B 88 of 222 ~ 39.64%

%29.28
%31.08
%39.64

CMYK color model

#414558 color CMYK value is (26,22,0,65).

  • cyan value is 26.14%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(26,22,0,65)
C26M22Y0K65 
(26%,22%,0%,65%)
(0.26/0.22/0.00/0.65)	

CMYK percentages

%26.14
%21.59
%0
%65.49

Codes

Color #414558 in popluar color models

414558
RGB656988
HSL230°15.03%30.00%
HSB/HSV230°26.14%34.51%
CMYK26.14%21.59%0.00%
65.49%

Color #414558 in popluar number systems.

HEX414558
Decimal656988
Binary100000110001011011000
Octal101105130

Shades and tints

Shades of #414558

#414558
(65,69,88)
#3C3F50
(60,63,80)
#373948
(55,57,72)
#323340
(50,51,64)
#2D2D38
(45,45,56)
#282730
(40,39,48)
#232128
(35,33,40)
#1E1B20
(30,27,32)
#191518
(25,21,24)
#140F10
(20,15,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #414558

#414558
(65,69,88)
#525567
(82,85,103)
#636576
(99,101,118)
#747585
(116,117,133)
#858594
(133,133,148)
#9695A3
(150,149,163)
#A7A5B2
(167,165,178)
#B8B5C1
(184,181,193)
#C9C5D0
(201,197,208)
#DAD5DF
(218,213,223)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414558 color. Also use rgb(65,69,88) instead hex code.

Text Font Color

.myTextColor { color: #414558; }

<p style="color:#414558">This sample text font color is #414558.</p>

This text font color is #414558.


Background Color

.myBgColor { background-color: #414558; }

<div style="background-color:#414558">Inner text</div>

This div background color is #414558.


Border color

.myBorderColor { border: 1px solid #414558; }

<div style="border:3px solid #414558">Div</div>

This div border color is #414558.


Opacity

.myOpacity80 { color: #414558; opacity: 0.8; }

<p style="color:#414558;opacity:0.8;">80%</p>

Text with #414558 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #414558;}

<p style="text-shadow: 3px 3px 1px #414558">Text here.</p>

This text has shadow with #414558 color.

.textShadow {text-shadow: 3px 3px 1px #414558, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #414558, 5px 5px 20px red">Text here.</p>

This text has shadow with #414558 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#414558, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#414558, Direction=45, Strength=4)">Text</p>

This text has shadow with #414558 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #414558;
  -webkit-box-shadow:	1px 1px 3px 2px #414558;
  box-shadow:		1px 1px 3px 2px #414558;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #414558;
-webkit-box-shadow: 1px 1px 3px 2px #414558;
box-shadow:1px 1px 3px 2px #414558;">
Div content here</div>
This div box has shadow with color #414558.

Preview

Color preview on black background

This text has color #414558 on black background.


Color preview on white background

This text has color #414558 on white background.



Black color preview on #414558 background

This text has black color on #414558 background.


White color preview on #414558 background

This text has white color on #414558 background.