#40495D

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

Shades of Blue Zodiac #40495D

Tints of Blue Zodiac #40495D

Color information

#40495D (or 0x40495D) is unknown color: approx Blue Zodiac. HEX triplet: 40, 49 and 5D. RGB value is (64,73,93). Sum of RGB (Red+Green+Blue) = 64+73+93=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #40495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495D is #BFB6A2. Grayscale: #484848. Windows color (decimal): -12564131 or 6113600. OLE color: 6113600.

HSL color Cylindrical-coordinate representation of color #40495D: hue angle of 221.38º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40495D is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647393-
CMYK0.310.2200.64
HSL221.38º18.47%30.78%-
HSV(B)221.38º31.18%36.47%-
XYZ6.476.6511.3-
YUV72.59139.52121.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=27.83%
G=31.74%
B=40.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6473930.310.2200.64221.3818.4730.78
Hex40495D1F16040dd121f
Octal100111135372601003352237
Binary100000010010011011101111111011001000000110111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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