#414657

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

Shades of Blue Zodiac #414657

Tints of Blue Zodiac #414657

Color information

#414657 (or 0x414657) is unknown color: approx Blue Zodiac. HEX triplet: 41, 46 and 57. RGB value is (65,70,87). Sum of RGB (Red+Green+Blue) = 65+70+87=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #414657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414657 is #BEB9A8. Grayscale: #464646. Windows color (decimal): -12499369 or 5719617. OLE color: 5719617.

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

Color convert

RGB657087-
CMYK0.250.2000.66
HSL226.36º14.47%29.8%-
HSV(B)226.36º25.29%34.12%-
XYZ6.096.199.89-
YUV70.44137.34124.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=29.28%
G=31.53%
B=39.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6570870.250.2000.66226.3614.4729.8
Hex4146571914042e2e1e
Octal101106127312401023421636
Binary10000011000110101011111001101000100001011100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414657; }

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

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

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

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

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

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

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

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