Shades of Astronaut #434C72
Tints of Astronaut #434C72
RGB
CMYK
RGB Variations
Color information
#434C72 (or 0x434C72) is known color: Astronaut. HEX triplet: 43, 4C and 72. RGB value is (67,76,114). Sum of RGB (Red+Green+Blue) = 67+76+114=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #434C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C72 is #BCB38D. Grayscale: #4D4D4D. Windows color (decimal): -12366734 or 7490627. OLE color: 7490627.
HSL color Cylindrical-coordinate representation of color #434C72: hue angle of 228.51º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434C72 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 76 | 114 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.55 |
| HSL | 228.51º | 0.26% | 0.35% | - |
| HSV(B) | 228.51º | 0.41% | 0.45% | - |
| XYZ | 7.94 | 7.58 | 16.96 | - |
| YUV | 77.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 114 | 0.41 | 0.33 | 0 | 0.55 | 228.51 | 0.26 | 0.35 |
| Hex | 43 | 4C | 72 | 29 | 21 | 0 | 37 | E5 | 1A | 23 |
| Octal | 103 | 114 | 162 | 51 | 41 | 0 | 67 | 345 | 32 | 43 |
| Binary | 1000011 | 1001100 | 1110010 | 101001 | 100001 | 0 | 110111 | 11100101 | 11010 | 100011 |
Color Harmonies of #434C72
Complementary color
Monochromatic Colors of #434C72
Black with #434C72
Text Example
Text Example
White with #434C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C72; }
p { color: rgb(67,76,114); }
H1.HeaderClassName
{
color: #434C72;
}
.AnyTagClassName
{
color: #434C72;
}
</style>
background-color css
<style>
a { background-color: #434C72; }
a { background-color: rgb(67,76,114); }
div.DivClassName
{
background-color: #434C72;
}
.BgClassName
{
background-color: #434C72;
}
</style>
border-color css
<style>
span { border-color: #434C72; }
span { border-color: rgb(67,76,114); }
td.TdClassName
{
border-color: #434C72;
}
.TagClassName
{
border-color: #434C72;
}
</style>