#414757

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

Shades of Blue Zodiac #414757

Tints of Blue Zodiac #414757

Color information

#414757 (or 0x414757) is unknown color: approx Blue Zodiac. HEX triplet: 41, 47 and 57. RGB value is (65,71,87). Sum of RGB (Red+Green+Blue) = 65+71+87=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #414757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414757 is #BEB8A8. Grayscale: #464646. Windows color (decimal): -12499113 or 5719873. OLE color: 5719873.

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

Color convert

RGB657187-
CMYK0.250.1800.66
HSL223.64º14.47%29.8%-
HSV(B)223.64º25.29%34.12%-
XYZ6.156.329.91-
YUV71.03137.01123.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=29.15%
G=31.84%
B=39.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6571870.250.1800.66223.6414.4729.8
Hex4147571912042e0e1e
Octal101107127312201023401636
Binary10000011000111101011111001100100100001011100000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414757; }

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

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

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

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

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

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

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

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