#414860

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

Shades of Blue Zodiac #414860

Tints of Blue Zodiac #414860

Color information

#414860 (or 0x414860) is unknown color: approx Blue Zodiac. HEX triplet: 41, 48 and 60. RGB value is (65,72,96). Sum of RGB (Red+Green+Blue) = 65+72+96=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #414860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414860 is #BEB79F. Grayscale: #484848. Windows color (decimal): -12498848 or 6309953. OLE color: 6309953.

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

Color convert

RGB657296-
CMYK0.320.2500.62
HSL226.45º19.25%31.57%-
HSV(B)226.45º32.29%37.65%-
XYZ6.616.611.99-
YUV72.64141.18122.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=27.90%
G=30.90%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6572960.320.2500.62226.4519.2531.57
Hex414860201903Ee21320
Octal10111014040310763422340
Binary1000001100100011000001000001100101111101110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414860; }

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

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

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

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

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

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

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

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