Html Css Color HEX #414859 Blue Zodiac

📋 copy color: '#414859'

red 65 ◦ green 72 ◦ blue 89

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

Shades of Blue Zodiac #414859

Tints of Blue Zodiac #414859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

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

R = 28.76%
G = 31.86%
B = 39.38%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#414859 (or 0x414859) is known color: Blue Zodiac. HEX triplet: 41, 48 and 59. RGB value is (65,72,89). Sum of RGB (Red+Green+Blue) = 65+72+89=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #414859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414859 is #BEB7A6. Grayscale: #474747. Windows color (decimal): -12498855 or 5851201. OLE color: 5851201.

HSL color Cylindrical-coordinate representation of color #414859: hue angle of 222.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 #414859 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 72 89 -
CMYK 0.27 0.19 0 0.65
HSL 222.5º 0.16% 0.3% -
HSV(B) 222.5º 0.27% 0.35% -
XYZ 6.3 6.48 10.37 -
YUV 71.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 65 72 89 0.27 0.19 0 0.65 222.5 0.16 0.3
Hex 41 48 59 1B 13 0 41 DE 10 1E
Octal 101 110 131 33 23 0 101 336 20 36
Binary 1000001 1001000 1011001 11011 10011 0 1000001 11011110 10000 11110

Color Harmonies of #414859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414859

Black with #414859

Text Example


Text Example

White with #414859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414859; }

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

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

background-color css

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

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

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

border-color css

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

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

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