Shades of Astronaut #434F73
Tints of Astronaut #434F73
RGB
CMYK
RGB Variations
Color information
#434F73 (or 0x434F73) is known color: Astronaut. HEX triplet: 43, 4F and 73. RGB value is (67,79,115). Sum of RGB (Red+Green+Blue) = 67+79+115=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #434F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F73 is #BCB08C. Grayscale: #4F4F4F. Windows color (decimal): -12365965 or 7556931. OLE color: 7556931.
HSL color Cylindrical-coordinate representation of color #434F73: hue angle of 225º 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 #434F73 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 79 | 115 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.55 |
| HSL | 225º | 0.26% | 0.36% | - |
| HSV(B) | 225º | 0.42% | 0.45% | - |
| XYZ | 8.21 | 8.02 | 17.34 | - |
| YUV | 79.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 115 | 0.42 | 0.31 | 0 | 0.55 | 225 | 0.26 | 0.36 |
| Hex | 43 | 4F | 73 | 2A | 1F | 0 | 37 | E1 | 1A | 24 |
| Octal | 103 | 117 | 163 | 52 | 37 | 0 | 67 | 341 | 32 | 44 |
| Binary | 1000011 | 1001111 | 1110011 | 101010 | 11111 | 0 | 110111 | 11100001 | 11010 | 100100 |
Color Harmonies of #434F73
Complementary color
Monochromatic Colors of #434F73
Black with #434F73
Text Example
Text Example
White with #434F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F73; }
p { color: rgb(67,79,115); }
H1.HeaderClassName
{
color: #434F73;
}
.AnyTagClassName
{
color: #434F73;
}
</style>
background-color css
<style>
a { background-color: #434F73; }
a { background-color: rgb(67,79,115); }
div.DivClassName
{
background-color: #434F73;
}
.BgClassName
{
background-color: #434F73;
}
</style>
border-color css
<style>
span { border-color: #434F73; }
span { border-color: rgb(67,79,115); }
td.TdClassName
{
border-color: #434F73;
}
.TagClassName
{
border-color: #434F73;
}
</style>