#404655

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

Shades of Blue Zodiac #404655

Tints of Blue Zodiac #404655

Color information

#404655 (or 0x404655) is unknown color: approx Blue Zodiac. HEX triplet: 40, 46 and 55. RGB value is (64,70,85). Sum of RGB (Red+Green+Blue) = 64+70+85=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 85 - color contains mainly: blue. Hex color #404655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404655 is #BFB9AA. Grayscale: #454545. Windows color (decimal): -12564907 or 5588544. OLE color: 5588544.

HSL color Cylindrical-coordinate representation of color #404655: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #404655 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB647085-
CMYK0.250.1800.67
HSL222.86º14.09%29.22%-
HSV(B)222.86º24.71%33.33%-
XYZ5.946.139.46-
YUV69.92136.51123.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 85 (33.59% from 255) = 38.81%
R=29.22%
G=31.96%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6470850.250.1800.67222.8614.0929.22
Hex4046551912043dfe1d
Octal100106125312201033371635
Binary10000001000110101010111001100100100001111011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404655; }

 p { color: rgb(64,70,85); }

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

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

 a { background-color: rgb(64,70,85); }

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

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

 span { border-color: rgb(64,70,85); }

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