Shades of Astronaut #434C6F
Tints of Astronaut #434C6F
RGB
CMYK
RGB Variations
Color information
#434C6F (or 0x434C6F) is known color: Astronaut. HEX triplet: 43, 4C and 6F. RGB value is (67,76,111). Sum of RGB (Red+Green+Blue) = 67+76+111=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #434C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C6F is #BCB390. Grayscale: #4D4D4D. Windows color (decimal): -12366737 or 7294019. OLE color: 7294019.
HSL color Cylindrical-coordinate representation of color #434C6F: hue angle of 227.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #434C6F is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 76 | 111 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.56 |
| HSL | 227.73º | 0.25% | 0.35% | - |
| HSV(B) | 227.73º | 0.4% | 0.44% | - |
| XYZ | 7.77 | 7.51 | 16.08 | - |
| YUV | 77.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 111 | 0.40 | 0.32 | 0 | 0.56 | 227.73 | 0.25 | 0.35 |
| Hex | 43 | 4C | 6F | 28 | 20 | 0 | 38 | E4 | 19 | 23 |
| Octal | 103 | 114 | 157 | 50 | 40 | 0 | 70 | 344 | 31 | 43 |
| Binary | 1000011 | 1001100 | 1101111 | 101000 | 100000 | 0 | 111000 | 11100100 | 11001 | 100011 |
Color Harmonies of #434C6F
Complementary color
Monochromatic Colors of #434C6F
Black with #434C6F
Text Example
Text Example
White with #434C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C6F; }
p { color: rgb(67,76,111); }
H1.HeaderClassName
{
color: #434C6F;
}
.AnyTagClassName
{
color: #434C6F;
}
</style>
background-color css
<style>
a { background-color: #434C6F; }
a { background-color: rgb(67,76,111); }
div.DivClassName
{
background-color: #434C6F;
}
.BgClassName
{
background-color: #434C6F;
}
</style>
border-color css
<style>
span { border-color: #434C6F; }
span { border-color: rgb(67,76,111); }
td.TdClassName
{
border-color: #434C6F;
}
.TagClassName
{
border-color: #434C6F;
}
</style>