#404961

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

Shades of Blue Zodiac #404961

Tints of Blue Zodiac #404961

Color information

#404961 (or 0x404961) is unknown color: approx Blue Zodiac. HEX triplet: 40, 49 and 61. RGB value is (64,73,97). Sum of RGB (Red+Green+Blue) = 64+73+97=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #404961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404961 is #BFB69E. Grayscale: #484848. Windows color (decimal): -12564127 or 6375744. OLE color: 6375744.

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

Color convert

RGB647397-
CMYK0.340.2500.62
HSL223.64º20.5%31.57%-
HSV(B)223.64º34.02%38.04%-
XYZ6.656.7212.26-
YUV73.04141.52121.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=27.35%
G=31.20%
B=41.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6473970.340.2500.62223.6420.531.57
Hex404961221903Ee01420
Octal10011114142310763402440
Binary1000000100100111000011000101100101111101110000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404961; }

 p { color: rgb(64,73,97); }

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

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

 a { background-color: rgb(64,73,97); }

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

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

 span { border-color: rgb(64,73,97); }

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