Shades of Astronaut #434D6E
Tints of Astronaut #434D6E
RGB
CMYK
RGB Variations
Color information
#434D6E (or 0x434D6E) is known color: Astronaut. HEX triplet: 43, 4D and 6E. RGB value is (67,77,110). Sum of RGB (Red+Green+Blue) = 67+77+110=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #434D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #434D6E is #BCB291. Grayscale: #4D4D4D. Windows color (decimal): -12366482 or 7228739. OLE color: 7228739.
HSL color Cylindrical-coordinate representation of color #434D6E: hue angle of 226.05º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #434D6E is Cyan = 0.39, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 77 | 110 | - |
| CMYK | 0.39 | 0.3 | 0 | 0.57 |
| HSL | 226.05º | 0.24% | 0.35% | - |
| HSV(B) | 226.05º | 0.39% | 0.43% | - |
| XYZ | 7.78 | 7.63 | 15.81 | - |
| YUV | 77.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 110 | 0.39 | 0.3 | 0 | 0.57 | 226.05 | 0.24 | 0.35 |
| Hex | 43 | 4D | 6E | 27 | 1E | 0 | 39 | E2 | 18 | 23 |
| Octal | 103 | 115 | 156 | 47 | 36 | 0 | 71 | 342 | 30 | 43 |
| Binary | 1000011 | 1001101 | 1101110 | 100111 | 11110 | 0 | 111001 | 11100010 | 11000 | 100011 |
Color Harmonies of #434D6E
Complementary color
Monochromatic Colors of #434D6E
Black with #434D6E
Text Example
Text Example
White with #434D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434D6E; }
p { color: rgb(67,77,110); }
H1.HeaderClassName
{
color: #434D6E;
}
.AnyTagClassName
{
color: #434D6E;
}
</style>
background-color css
<style>
a { background-color: #434D6E; }
a { background-color: rgb(67,77,110); }
div.DivClassName
{
background-color: #434D6E;
}
.BgClassName
{
background-color: #434D6E;
}
</style>
border-color css
<style>
span { border-color: #434D6E; }
span { border-color: rgb(67,77,110); }
td.TdClassName
{
border-color: #434D6E;
}
.TagClassName
{
border-color: #434D6E;
}
</style>