Html Css Color HEX #414857 Blue Zodiac

📋 copy color: '#414857'

red 65 ◦ green 72 ◦ blue 87

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

Shades of Blue Zodiac #414857

Tints of Blue Zodiac #414857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.84%

R = 29.02%
G = 32.14%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#414857 (or 0x414857) is known color: Blue Zodiac. HEX triplet: 41, 48 and 57. RGB value is (65,72,87). Sum of RGB (Red+Green+Blue) = 65+72+87=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #414857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414857 is #BEB7A8. Grayscale: #474747. Windows color (decimal): -12498857 or 5720129. OLE color: 5720129.

HSL color Cylindrical-coordinate representation of color #414857: hue angle of 220.91º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414857 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 72 87 -
CMYK 0.25 0.17 0 0.66
HSL 220.91º 0.14% 0.3% -
HSV(B) 220.91º 0.25% 0.34% -
XYZ 6.22 6.45 9.93 -
YUV 71.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 65 72 87 0.25 0.17 0 0.66 220.91 0.14 0.3
Hex 41 48 57 19 11 0 42 DD E 1E
Octal 101 110 127 31 21 0 102 335 16 36
Binary 1000001 1001000 1010111 11001 10001 0 1000010 11011101 1110 11110

Color Harmonies of #414857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414857

Black with #414857

Text Example


Text Example

White with #414857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414857; }

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

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

background-color css

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

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

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

border-color css

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

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

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