Html Css Color HEX #414659 Blue Zodiac

📋 copy color: '#414659'

red 65 ◦ green 70 ◦ blue 89

#414659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #414659

Tints of Blue Zodiac #414659

RGB

 RED value IS 65 (25.78% from 255) = 29.02%

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 89 (35.16% from 255) = 39.73%

R = 29.02%
G = 31.25%
B = 39.73%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#414659 (or 0x414659) is known color: Blue Zodiac. HEX triplet: 41, 46 and 59. RGB value is (65,70,89). Sum of RGB (Red+Green+Blue) = 65+70+89=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #414659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414659 is #BEB9A6. Grayscale: #464646. Windows color (decimal): -12499367 or 5850689. OLE color: 5850689.

HSL color Cylindrical-coordinate representation of color #414659: hue angle of 227.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414659 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 70 89 -
CMYK 0.27 0.21 0 0.65
HSL 227.5º 0.16% 0.3% -
HSV(B) 227.5º 0.27% 0.35% -
XYZ 6.17 6.23 10.33 -
YUV 70.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 65 70 89 0.27 0.21 0 0.65 227.5 0.16 0.3
Hex 41 46 59 1B 15 0 41 E4 10 1E
Octal 101 106 131 33 25 0 101 344 20 36
Binary 1000001 1000110 1011001 11011 10101 0 1000001 11100100 10000 11110

Color Harmonies of #414659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414659

Black with #414659

Text Example


Text Example

White with #414659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414659; }

 p { color: rgb(65,70,89); }

 H1.HeaderClassName
 {
   color: #414659;
 }
 .AnyTagClassName
 {
   color: #414659;
 }
</style>

background-color css

<style>
 a { background-color: #414659; }

 a { background-color: rgb(65,70,89); }

 div.DivClassName
 {
   background-color: #414659;
 }
 .BgClassName
 {
   background-color: #414659;
 }
</style>

border-color css

<style>
 span { border-color: #414659; }

 span { border-color: rgb(65,70,89); }

 td.TdClassName
 {
   border-color: #414659;
 }
 .TagClassName
 {
   border-color: #414659;
 }
</style>