Shades of Astronaut #434E74
Tints of Astronaut #434E74
RGB
CMYK
RGB Variations
Color information
#434E74 (or 0x434E74) is known color: Astronaut. HEX triplet: 43, 4E and 74. RGB value is (67,78,116). Sum of RGB (Red+Green+Blue) = 67+78+116=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #434E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434E74 is #BCB18B. Grayscale: #4E4E4E. Windows color (decimal): -12366220 or 7622211. OLE color: 7622211.
HSL color Cylindrical-coordinate representation of color #434E74: hue angle of 226.53º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #434E74 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 78 | 116 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.55 |
| HSL | 226.53º | 0.27% | 0.36% | - |
| HSV(B) | 226.53º | 0.42% | 0.45% | - |
| XYZ | 8.19 | 7.9 | 17.62 | - |
| YUV | 79.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 116 | 0.42 | 0.33 | 0 | 0.55 | 226.53 | 0.27 | 0.36 |
| Hex | 43 | 4E | 74 | 2A | 21 | 0 | 37 | E3 | 1B | 24 |
| Octal | 103 | 116 | 164 | 52 | 41 | 0 | 67 | 343 | 33 | 44 |
| Binary | 1000011 | 1001110 | 1110100 | 101010 | 100001 | 0 | 110111 | 11100011 | 11011 | 100100 |
Color Harmonies of #434E74
Complementary color
Monochromatic Colors of #434E74
Black with #434E74
Text Example
Text Example
White with #434E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434E74; }
p { color: rgb(67,78,116); }
H1.HeaderClassName
{
color: #434E74;
}
.AnyTagClassName
{
color: #434E74;
}
</style>
background-color css
<style>
a { background-color: #434E74; }
a { background-color: rgb(67,78,116); }
div.DivClassName
{
background-color: #434E74;
}
.BgClassName
{
background-color: #434E74;
}
</style>
border-color css
<style>
span { border-color: #434E74; }
span { border-color: rgb(67,78,116); }
td.TdClassName
{
border-color: #434E74;
}
.TagClassName
{
border-color: #434E74;
}
</style>