Shades of Astronaut #434F75
Tints of Astronaut #434F75
RGB
CMYK
RGB Variations
Color information
#434F75 (or 0x434F75) is known color: Astronaut. HEX triplet: 43, 4F and 75. RGB value is (67,79,117). Sum of RGB (Red+Green+Blue) = 67+79+117=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #434F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434F75 is #BCB08A. Grayscale: #4F4F4F. Windows color (decimal): -12365963 or 7688003. OLE color: 7688003.
HSL color Cylindrical-coordinate representation of color #434F75: hue angle of 225.6º degrees, saturation: 0.27, 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 #434F75 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 79 | 117 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.54 |
| HSL | 225.6º | 0.27% | 0.36% | - |
| HSV(B) | 225.6º | 0.43% | 0.46% | - |
| XYZ | 8.32 | 8.07 | 17.95 | - |
| YUV | 79.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 117 | 0.43 | 0.32 | 0 | 0.54 | 225.6 | 0.27 | 0.36 |
| Hex | 43 | 4F | 75 | 2B | 20 | 0 | 36 | E2 | 1B | 24 |
| Octal | 103 | 117 | 165 | 53 | 40 | 0 | 66 | 342 | 33 | 44 |
| Binary | 1000011 | 1001111 | 1110101 | 101011 | 100000 | 0 | 110110 | 11100010 | 11011 | 100100 |
Color Harmonies of #434F75
Complementary color
Monochromatic Colors of #434F75
Black with #434F75
Text Example
Text Example
White with #434F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434F75; }
p { color: rgb(67,79,117); }
H1.HeaderClassName
{
color: #434F75;
}
.AnyTagClassName
{
color: #434F75;
}
</style>
background-color css
<style>
a { background-color: #434F75; }
a { background-color: rgb(67,79,117); }
div.DivClassName
{
background-color: #434F75;
}
.BgClassName
{
background-color: #434F75;
}
</style>
border-color css
<style>
span { border-color: #434F75; }
span { border-color: rgb(67,79,117); }
td.TdClassName
{
border-color: #434F75;
}
.TagClassName
{
border-color: #434F75;
}
</style>