Shades of Astronaut #434F76
Tints of Astronaut #434F76
RGB
CMYK
RGB Variations
Color information
#434F76 (or 0x434F76) is known color: Astronaut. HEX triplet: 43, 4F and 76. RGB value is (67,79,118). Sum of RGB (Red+Green+Blue) = 67+79+118=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #434F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F76 is #BCB089. Grayscale: #4F4F4F. Windows color (decimal): -12365962 or 7753539. OLE color: 7753539.
HSL color Cylindrical-coordinate representation of color #434F76: hue angle of 225.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434F76 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 79 | 118 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.54 |
| HSL | 225.88º | 0.28% | 0.36% | - |
| HSV(B) | 225.88º | 0.43% | 0.46% | - |
| XYZ | 8.38 | 8.09 | 18.26 | - |
| YUV | 79.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 118 | 0.43 | 0.33 | 0 | 0.54 | 225.88 | 0.28 | 0.36 |
| Hex | 43 | 4F | 76 | 2B | 21 | 0 | 36 | E2 | 1C | 24 |
| Octal | 103 | 117 | 166 | 53 | 41 | 0 | 66 | 342 | 34 | 44 |
| Binary | 1000011 | 1001111 | 1110110 | 101011 | 100001 | 0 | 110110 | 11100010 | 11100 | 100100 |
Color Harmonies of #434F76
Complementary color
Monochromatic Colors of #434F76
Black with #434F76
Text Example
Text Example
White with #434F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F76; }
p { color: rgb(67,79,118); }
H1.HeaderClassName
{
color: #434F76;
}
.AnyTagClassName
{
color: #434F76;
}
</style>
background-color css
<style>
a { background-color: #434F76; }
a { background-color: rgb(67,79,118); }
div.DivClassName
{
background-color: #434F76;
}
.BgClassName
{
background-color: #434F76;
}
</style>
border-color css
<style>
span { border-color: #434F76; }
span { border-color: rgb(67,79,118); }
td.TdClassName
{
border-color: #434F76;
}
.TagClassName
{
border-color: #434F76;
}
</style>