#40434D

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

Shades of Blue Zodiac #40434D

Tints of Blue Zodiac #40434D

Color information

#40434D (or 0x40434D) is unknown color: approx Blue Zodiac. HEX triplet: 40, 43 and 4D. RGB value is (64,67,77). Sum of RGB (Red+Green+Blue) = 64+67+77=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #40434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40434D is #BFBCB2. Grayscale: #434343. Windows color (decimal): -12565683 or 5063488. OLE color: 5063488.

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

Color convert

RGB646777-
CMYK0.170.1300.70
HSL226.15º9.22%27.65%-
HSV(B)226.15º16.88%30.2%-
XYZ5.465.647.82-
YUV67.24133.51125.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=30.77%
G=32.21%
B=37.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6467770.170.1300.70226.159.2227.65
Hex40434D11D046e291c
Octal100103115211501063421134
Binary1000000100001110011011000111010100011011100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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