#414557

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

Shades of Blue Zodiac #414557

Tints of Blue Zodiac #414557

Color information

#414557 (or 0x414557) is unknown color: approx Blue Zodiac. HEX triplet: 41, 45 and 57. RGB value is (65,69,87). Sum of RGB (Red+Green+Blue) = 65+69+87=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #414557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414557 is #BEBAA8. Grayscale: #454545. Windows color (decimal): -12499625 or 5719361. OLE color: 5719361.

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

Color convert

RGB656987-
CMYK0.250.2100.66
HSL229.09º14.47%29.8%-
HSV(B)229.09º25.29%34.12%-
XYZ6.036.079.87-
YUV69.86137.67124.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=29.41%
G=31.22%
B=39.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6569870.250.2100.66229.0914.4729.8
Hex4145571915042e5e1e
Octal101105127312501023451636
Binary10000011000101101011111001101010100001011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414557; }

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

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

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

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

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

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

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

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