#414457

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

Shades of Blue Zodiac #414457

Tints of Blue Zodiac #414457

Color information

#414457 (or 0x414457) is unknown color: approx Blue Zodiac. HEX triplet: 41, 44 and 57. RGB value is (65,68,87). Sum of RGB (Red+Green+Blue) = 65+68+87=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 87 - color contains mainly: blue. Hex color #414457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414457 is #BEBBA8. Grayscale: #454545. Windows color (decimal): -12499881 or 5719105. OLE color: 5719105.

HSL color Cylindrical-coordinate representation of color #414457: hue angle of 231.82º 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 #414457 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB656887-
CMYK0.250.2200.66
HSL231.82º14.47%29.8%-
HSV(B)231.82º25.29%34.12%-
XYZ5.975.959.85-
YUV69.27138.01124.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=29.55%
G=30.91%
B=39.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6568870.250.2200.66231.8214.4729.8
Hex4144571916042e8e1e
Octal101104127312601023501636
Binary10000011000100101011111001101100100001011101000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414457; }

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

 H1.HeaderClassName
 {
   color: #414457;
 }
 .AnyTagClassName
 {
   color: #414457;
 }
</style>
background-color css

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

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

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

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

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

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