#40495B

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

Shades of Blue Zodiac #40495B

Tints of Blue Zodiac #40495B

Color information

#40495B (or 0x40495B) is unknown color: approx Blue Zodiac. HEX triplet: 40, 49 and 5B. RGB value is (64,73,91). Sum of RGB (Red+Green+Blue) = 64+73+91=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #40495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495B is #BFB6A4. Grayscale: #484848. Windows color (decimal): -12564133 or 5982528. OLE color: 5982528.

HSL color Cylindrical-coordinate representation of color #40495B: hue angle of 220º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40495B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647391-
CMYK0.300.2000.64
HSL220º17.42%30.39%-
HSV(B)220º29.67%35.69%-
XYZ6.396.6110.84-
YUV72.36138.52122.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=28.07%
G=32.02%
B=39.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6473910.300.2000.6422017.4230.39
Hex40495B1E14040dc111e
Octal100111133362401003342136
Binary100000010010011011011111101010001000000110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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