#414960

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

Shades of Blue Zodiac #414960

Tints of Blue Zodiac #414960

Color information

#414960 (or 0x414960) is unknown color: approx Blue Zodiac. HEX triplet: 41, 49 and 60. RGB value is (65,73,96). Sum of RGB (Red+Green+Blue) = 65+73+96=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #414960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414960 is #BEB69F. Grayscale: #494949. Windows color (decimal): -12498592 or 6310209. OLE color: 6310209.

HSL color Cylindrical-coordinate representation of color #414960: hue angle of 224.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #414960 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB657396-
CMYK0.320.2400.62
HSL224.52º19.25%31.57%-
HSV(B)224.52º32.29%37.65%-
XYZ6.676.7312.01-
YUV73.23140.85122.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=27.78%
G=31.20%
B=41.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6573960.320.2400.62224.5219.2531.57
Hex414960201803Ee11320
Octal10111114040300763412340
Binary1000001100100111000001000001100001111101110000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414960; }

 p { color: rgb(65,73,96); }

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

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

 a { background-color: rgb(65,73,96); }

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

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

 span { border-color: rgb(65,73,96); }

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