#414857

Color #414857 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #414857

Tints of Blue Zodiac #414857

Color information

#414857 (or 0x414857) is unknown color: approx 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

RGB657287-
CMYK0.250.1700.66
HSL220.91º14.47%29.8%-
HSV(B)220.91º25.29%34.12%-
XYZ6.226.459.93-
YUV71.62136.68123.28-

RGB Variations

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

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 (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6572870.250.1700.66220.9114.4729.8
Hex4148571911042dde1e
Octal101110127312101023351636
Binary10000011001000101011111001100010100001011011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>