Shades of Astronaut #434D78
Tints of Astronaut #434D78
RGB
CMYK
RGB Variations
Color information
#434D78 (or 0x434D78) is known color: Astronaut. HEX triplet: 43, 4D and 78. RGB value is (67,77,120). Sum of RGB (Red+Green+Blue) = 67+77+120=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #434D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D78 is #BCB287. Grayscale: #4E4E4E. Windows color (decimal): -12366472 or 7884099. OLE color: 7884099.
HSL color Cylindrical-coordinate representation of color #434D78: hue angle of 228.68º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #434D78 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 67 | 77 | 120 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.53 |
| HSL | 228.68º | 0.28% | 0.37% | - |
| HSV(B) | 228.68º | 0.44% | 0.47% | - |
| XYZ | 8.36 | 7.86 | 18.85 | - |
| YUV | 78.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 120 | 0.44 | 0.36 | 0 | 0.53 | 228.68 | 0.28 | 0.37 |
| Hex | 43 | 4D | 78 | 2C | 24 | 0 | 35 | E5 | 1C | 25 |
| Octal | 103 | 115 | 170 | 54 | 44 | 0 | 65 | 345 | 34 | 45 |
| Binary | 1000011 | 1001101 | 1111000 | 101100 | 100100 | 0 | 110101 | 11100101 | 11100 | 100101 |
Color Harmonies of #434D78
Complementary color
Monochromatic Colors of #434D78
Black with #434D78
Text Example
Text Example
White with #434D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D78; }
p { color: rgb(67,77,120); }
H1.HeaderClassName
{
color: #434D78;
}
.AnyTagClassName
{
color: #434D78;
}
</style>
background-color css
<style>
a { background-color: #434D78; }
a { background-color: rgb(67,77,120); }
div.DivClassName
{
background-color: #434D78;
}
.BgClassName
{
background-color: #434D78;
}
</style>
border-color css
<style>
span { border-color: #434D78; }
span { border-color: rgb(67,77,120); }
td.TdClassName
{
border-color: #434D78;
}
.TagClassName
{
border-color: #434D78;
}
</style>