Shades of Astronaut #434C6D
Tints of Astronaut #434C6D
RGB
CMYK
RGB Variations
Color information
#434C6D (or 0x434C6D) is known color: Astronaut. HEX triplet: 43, 4C and 6D. RGB value is (67,76,109). Sum of RGB (Red+Green+Blue) = 67+76+109=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #434C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C6D is #BCB392. Grayscale: #4C4C4C. Windows color (decimal): -12366739 or 7162947. OLE color: 7162947.
HSL color Cylindrical-coordinate representation of color #434C6D: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434C6D is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 76 | 109 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.57 |
| HSL | 227.14º | 0.24% | 0.35% | - |
| HSV(B) | 227.14º | 0.39% | 0.43% | - |
| XYZ | 7.66 | 7.47 | 15.51 | - |
| YUV | 77.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 109 | 0.39 | 0.30 | 0 | 0.57 | 227.14 | 0.24 | 0.35 |
| Hex | 43 | 4C | 6D | 27 | 1E | 0 | 39 | E3 | 18 | 23 |
| Octal | 103 | 114 | 155 | 47 | 36 | 0 | 71 | 343 | 30 | 43 |
| Binary | 1000011 | 1001100 | 1101101 | 100111 | 11110 | 0 | 111001 | 11100011 | 11000 | 100011 |
Color Harmonies of #434C6D
Complementary color
Monochromatic Colors of #434C6D
Black with #434C6D
Text Example
Text Example
White with #434C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C6D; }
p { color: rgb(67,76,109); }
H1.HeaderClassName
{
color: #434C6D;
}
.AnyTagClassName
{
color: #434C6D;
}
</style>
background-color css
<style>
a { background-color: #434C6D; }
a { background-color: rgb(67,76,109); }
div.DivClassName
{
background-color: #434C6D;
}
.BgClassName
{
background-color: #434C6D;
}
</style>
border-color css
<style>
span { border-color: #434C6D; }
span { border-color: rgb(67,76,109); }
td.TdClassName
{
border-color: #434C6D;
}
.TagClassName
{
border-color: #434C6D;
}
</style>