#40434C

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

Shades of Blue Zodiac #40434C

Tints of Blue Zodiac #40434C

Color information

#40434C (or 0x40434C) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 4C. RGB value is (64,67,76). Sum of RGB (Red+Green+Blue) = 64+67+76=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 76 - color contains mainly: blue. Hex color #40434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40434C is #BFBCB3. Grayscale: #434343. Windows color (decimal): -12565684 or 4997952. OLE color: 4997952.

HSL color Cylindrical-coordinate representation of color #40434C: hue angle of 225º 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 #40434C is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB646776-
CMYK0.160.1200.70
HSL225º8.57%27.45%-
HSV(B)225º15.79%29.8%-
XYZ5.435.637.64-
YUV67.13133.01125.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=30.92%
G=32.37%
B=36.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6467760.160.1200.702258.5727.45
Hex40434C10C046e191b
Octal100103114201401063411133
Binary1000000100001110011001000011000100011011100001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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