Shades of Astronaut #434D77
Tints of Astronaut #434D77
RGB
CMYK
RGB Variations
Color information
#434D77 (or 0x434D77) is known color: Astronaut. HEX triplet: 43, 4D and 77. RGB value is (67,77,119). Sum of RGB (Red+Green+Blue) = 67+77+119=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #434D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D77 is #BCB288. Grayscale: #4E4E4E. Windows color (decimal): -12366473 or 7818563. OLE color: 7818563.
HSL color Cylindrical-coordinate representation of color #434D77: hue angle of 228.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434D77 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 77 | 119 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.53 |
| HSL | 228.46º | 0.28% | 0.36% | - |
| HSV(B) | 228.46º | 0.44% | 0.47% | - |
| XYZ | 8.3 | 7.83 | 18.53 | - |
| YUV | 78.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 119 | 0.44 | 0.35 | 0 | 0.53 | 228.46 | 0.28 | 0.36 |
| Hex | 43 | 4D | 77 | 2C | 23 | 0 | 35 | E4 | 1C | 24 |
| Octal | 103 | 115 | 167 | 54 | 43 | 0 | 65 | 344 | 34 | 44 |
| Binary | 1000011 | 1001101 | 1110111 | 101100 | 100011 | 0 | 110101 | 11100100 | 11100 | 100100 |
Color Harmonies of #434D77
Complementary color
Monochromatic Colors of #434D77
Black with #434D77
Text Example
Text Example
White with #434D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D77; }
p { color: rgb(67,77,119); }
H1.HeaderClassName
{
color: #434D77;
}
.AnyTagClassName
{
color: #434D77;
}
</style>
background-color css
<style>
a { background-color: #434D77; }
a { background-color: rgb(67,77,119); }
div.DivClassName
{
background-color: #434D77;
}
.BgClassName
{
background-color: #434D77;
}
</style>
border-color css
<style>
span { border-color: #434D77; }
span { border-color: rgb(67,77,119); }
td.TdClassName
{
border-color: #434D77;
}
.TagClassName
{
border-color: #434D77;
}
</style>