#40485D

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

Shades of Blue Zodiac #40485D

Tints of Blue Zodiac #40485D

Color information

#40485D (or 0x40485D) is unknown color: approx Blue Zodiac. HEX triplet: 40, 48 and 5D. RGB value is (64,72,93). Sum of RGB (Red+Green+Blue) = 64+72+93=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #40485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40485D is #BFB7A2. Grayscale: #474747. Windows color (decimal): -12564387 or 6113344. OLE color: 6113344.

HSL color Cylindrical-coordinate representation of color #40485D: hue angle of 223.45º 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 #40485D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB647293-
CMYK0.310.2300.64
HSL223.45º18.47%30.78%-
HSV(B)223.45º31.18%36.47%-
XYZ6.416.5211.28-
YUV72139.85122.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=27.95%
G=31.44%
B=40.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6472930.310.2300.64223.4518.4730.78
Hex40485D1F17040df121f
Octal100110135372701003372237
Binary100000010010001011101111111011101000000110111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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