#414459

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

Shades of Blue Zodiac #414459

Tints of Blue Zodiac #414459

Color information

#414459 (or 0x414459) is unknown color: approx Blue Zodiac. HEX triplet: 41, 44 and 59. RGB value is (65,68,89). Sum of RGB (Red+Green+Blue) = 65+68+89=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #414459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414459 is #BEBBA6. Grayscale: #454545. Windows color (decimal): -12499879 or 5850177. OLE color: 5850177.

HSL color Cylindrical-coordinate representation of color #414459: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414459 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB656889-
CMYK0.270.2400.65
HSL232.5º15.58%30.2%-
HSV(B)232.5º26.97%34.9%-
XYZ6.055.9810.29-
YUV69.5139.01124.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 89 (35.16% from 255) = 40.09%
R=29.28%
G=30.63%
B=40.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6568890.270.2400.65232.515.5830.2
Hex4144591B18041e8101e
Octal101104131333001013502036
Binary100000110001001011001110111100001000001111010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414459; }

 p { color: rgb(65,68,89); }

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

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

 a { background-color: rgb(65,68,89); }

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

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

 span { border-color: rgb(65,68,89); }

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