#414558

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

Shades of Blue Zodiac #414558

Tints of Blue Zodiac #414558

Color information

#414558 (or 0x414558) is unknown color: approx Blue Zodiac. HEX triplet: 41, 45 and 58. RGB value is (65,69,88). Sum of RGB (Red+Green+Blue) = 65+69+88=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #414558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414558 is #BEBAA7. Grayscale: #454545. Windows color (decimal): -12499624 or 5784897. OLE color: 5784897.

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

Color convert

RGB656988-
CMYK0.260.2200.65
HSL229.57º15.03%30%-
HSV(B)229.57º26.14%34.51%-
XYZ6.076.0810.09-
YUV69.97138.17124.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=29.28%
G=31.08%
B=39.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6569880.260.2200.65229.5715.0330
Hex4145581A16041e6f1e
Octal101105130322601013461736
Binary10000011000101101100011010101100100000111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414558; }

 p { color: rgb(65,69,88); }

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

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

 a { background-color: rgb(65,69,88); }

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

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

 span { border-color: rgb(65,69,88); }

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