Shades of Astronaut #434F6F
Tints of Astronaut #434F6F
RGB
CMYK
RGB Variations
Color information
#434F6F (or 0x434F6F) is known color: Astronaut. HEX triplet: 43, 4F and 6F. RGB value is (67,79,111). Sum of RGB (Red+Green+Blue) = 67+79+111=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #434F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F6F is #BCB090. Grayscale: #4E4E4E. Windows color (decimal): -12365969 or 7294787. OLE color: 7294787.
HSL color Cylindrical-coordinate representation of color #434F6F: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434F6F is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 79 | 111 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.56 |
| HSL | 223.64º | 0.25% | 0.35% | - |
| HSV(B) | 223.64º | 0.4% | 0.44% | - |
| XYZ | 7.98 | 7.93 | 16.15 | - |
| YUV | 79.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 111 | 0.40 | 0.29 | 0 | 0.56 | 223.64 | 0.25 | 0.35 |
| Hex | 43 | 4F | 6F | 28 | 1D | 0 | 38 | E0 | 19 | 23 |
| Octal | 103 | 117 | 157 | 50 | 35 | 0 | 70 | 340 | 31 | 43 |
| Binary | 1000011 | 1001111 | 1101111 | 101000 | 11101 | 0 | 111000 | 11100000 | 11001 | 100011 |
Color Harmonies of #434F6F
Complementary color
Monochromatic Colors of #434F6F
Black with #434F6F
Text Example
Text Example
White with #434F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F6F; }
p { color: rgb(67,79,111); }
H1.HeaderClassName
{
color: #434F6F;
}
.AnyTagClassName
{
color: #434F6F;
}
</style>
background-color css
<style>
a { background-color: #434F6F; }
a { background-color: rgb(67,79,111); }
div.DivClassName
{
background-color: #434F6F;
}
.BgClassName
{
background-color: #434F6F;
}
</style>
border-color css
<style>
span { border-color: #434F6F; }
span { border-color: rgb(67,79,111); }
td.TdClassName
{
border-color: #434F6F;
}
.TagClassName
{
border-color: #434F6F;
}
</style>