Shades of Astronaut #434D7A
Tints of Astronaut #434D7A
RGB
CMYK
RGB Variations
Color information
#434D7A (or 0x434D7A) is known color: Astronaut. HEX triplet: 43, 4D and 7A. RGB value is (67,77,122). Sum of RGB (Red+Green+Blue) = 67+77+122=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #434D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D7A is #BCB285. Grayscale: #4E4E4E. Windows color (decimal): -12366470 or 8015171. OLE color: 8015171.
HSL color Cylindrical-coordinate representation of color #434D7A: hue angle of 229.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #434D7A is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 67 | 77 | 122 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.52 |
| HSL | 229.09º | 0.29% | 0.37% | - |
| HSV(B) | 229.09º | 0.45% | 0.48% | - |
| XYZ | 8.48 | 7.91 | 19.49 | - |
| YUV | 79.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 122 | 0.45 | 0.37 | 0 | 0.52 | 229.09 | 0.29 | 0.37 |
| Hex | 43 | 4D | 7A | 2D | 25 | 0 | 34 | E5 | 1D | 25 |
| Octal | 103 | 115 | 172 | 55 | 45 | 0 | 64 | 345 | 35 | 45 |
| Binary | 1000011 | 1001101 | 1111010 | 101101 | 100101 | 0 | 110100 | 11100101 | 11101 | 100101 |
Color Harmonies of #434D7A
Complementary color
Monochromatic Colors of #434D7A
Black with #434D7A
Text Example
Text Example
White with #434D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D7A; }
p { color: rgb(67,77,122); }
H1.HeaderClassName
{
color: #434D7A;
}
.AnyTagClassName
{
color: #434D7A;
}
</style>
background-color css
<style>
a { background-color: #434D7A; }
a { background-color: rgb(67,77,122); }
div.DivClassName
{
background-color: #434D7A;
}
.BgClassName
{
background-color: #434D7A;
}
</style>
border-color css
<style>
span { border-color: #434D7A; }
span { border-color: rgb(67,77,122); }
td.TdClassName
{
border-color: #434D7A;
}
.TagClassName
{
border-color: #434D7A;
}
</style>