Shades of Astronaut #434C73
Tints of Astronaut #434C73
RGB
CMYK
RGB Variations
Color information
#434C73 (or 0x434C73) is known color: Astronaut. HEX triplet: 43, 4C and 73. RGB value is (67,76,115). Sum of RGB (Red+Green+Blue) = 67+76+115=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #434C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C73 is #BCB38C. Grayscale: #4D4D4D. Windows color (decimal): -12366733 or 7556163. OLE color: 7556163.
HSL color Cylindrical-coordinate representation of color #434C73: hue angle of 228.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434C73 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 76 | 115 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.55 |
| HSL | 228.75º | 0.26% | 0.36% | - |
| HSV(B) | 228.75º | 0.42% | 0.45% | - |
| XYZ | 7.99 | 7.6 | 17.27 | - |
| YUV | 77.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 115 | 0.42 | 0.34 | 0 | 0.55 | 228.75 | 0.26 | 0.36 |
| Hex | 43 | 4C | 73 | 2A | 22 | 0 | 37 | E5 | 1A | 24 |
| Octal | 103 | 114 | 163 | 52 | 42 | 0 | 67 | 345 | 32 | 44 |
| Binary | 1000011 | 1001100 | 1110011 | 101010 | 100010 | 0 | 110111 | 11100101 | 11010 | 100100 |
Color Harmonies of #434C73
Complementary color
Monochromatic Colors of #434C73
Black with #434C73
Text Example
Text Example
White with #434C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C73; }
p { color: rgb(67,76,115); }
H1.HeaderClassName
{
color: #434C73;
}
.AnyTagClassName
{
color: #434C73;
}
</style>
background-color css
<style>
a { background-color: #434C73; }
a { background-color: rgb(67,76,115); }
div.DivClassName
{
background-color: #434C73;
}
.BgClassName
{
background-color: #434C73;
}
</style>
border-color css
<style>
span { border-color: #434C73; }
span { border-color: rgb(67,76,115); }
td.TdClassName
{
border-color: #434C73;
}
.TagClassName
{
border-color: #434C73;
}
</style>