#40424C

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

Shades of Blue Zodiac #40424C

Tints of Blue Zodiac #40424C

Color information

#40424C (or 0x40424C) is unknown color: approx Blue Zodiac. HEX triplet: 40, 42 and 4C. RGB value is (64,66,76). Sum of RGB (Red+Green+Blue) = 64+66+76=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #40424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40424C is #BFBDB3. Grayscale: #424242. Windows color (decimal): -12565940 or 4997696. OLE color: 4997696.

HSL color Cylindrical-coordinate representation of color #40424C: hue angle of 230º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #40424C is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB646676-
CMYK0.160.1300.70
HSL230º8.57%27.45%-
HSV(B)230º15.79%29.8%-
XYZ5.375.517.62-
YUV66.54133.34126.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=31.07%
G=32.04%
B=36.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6466760.160.1300.702308.5727.45
Hex40424C10D046e691b
Octal100102114201501063461133
Binary1000000100001010011001000011010100011011100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40424C; }

 p { color: rgb(64,66,76); }

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

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

 a { background-color: rgb(64,66,76); }

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

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

 span { border-color: rgb(64,66,76); }

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