#40495F

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

Shades of Blue Zodiac #40495F

Tints of Blue Zodiac #40495F

Color information

#40495F (or 0x40495F) is unknown color: approx Blue Zodiac. HEX triplet: 40, 49 and 5F. RGB value is (64,73,95). Sum of RGB (Red+Green+Blue) = 64+73+95=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #40495F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495F is #BFB6A0. Grayscale: #484848. Windows color (decimal): -12564129 or 6244672. OLE color: 6244672.

HSL color Cylindrical-coordinate representation of color #40495F: hue angle of 222.58º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40495F is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB647395-
CMYK0.330.2300.63
HSL222.58º19.5%31.18%-
HSV(B)222.58º32.63%37.25%-
XYZ6.566.6811.77-
YUV72.82140.52121.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=27.59%
G=31.47%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6473950.330.2300.63222.5819.531.18
Hex40495F211703Fdf131f
Octal10011113741270773372337
Binary100000010010011011111100001101110111111110111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40495F; }

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

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

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

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

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

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

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

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