Shades of Astronaut #434C7D
Tints of Astronaut #434C7D
RGB
CMYK
RGB Variations
Color information
#434C7D (or 0x434C7D) is known color: Astronaut. HEX triplet: 43, 4C and 7D. RGB value is (67,76,125). Sum of RGB (Red+Green+Blue) = 67+76+125=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #434C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C7D is #BCB382. Grayscale: #4E4E4E. Windows color (decimal): -12366723 or 8211523. OLE color: 8211523.
HSL color Cylindrical-coordinate representation of color #434C7D: hue angle of 230.69º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434C7D is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 67 | 76 | 125 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.51 |
| HSL | 230.69º | 0.3% | 0.38% | - |
| HSV(B) | 230.69º | 0.46% | 0.49% | - |
| XYZ | 8.6 | 7.84 | 20.46 | - |
| YUV | 78.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 125 | 0.46 | 0.39 | 0 | 0.51 | 230.69 | 0.3 | 0.38 |
| Hex | 43 | 4C | 7D | 2E | 27 | 0 | 33 | E7 | 1E | 26 |
| Octal | 103 | 114 | 175 | 56 | 47 | 0 | 63 | 347 | 36 | 46 |
| Binary | 1000011 | 1001100 | 1111101 | 101110 | 100111 | 0 | 110011 | 11100111 | 11110 | 100110 |
Color Harmonies of #434C7D
Complementary color
Monochromatic Colors of #434C7D
Black with #434C7D
Text Example
Text Example
White with #434C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434C7D; }
p { color: rgb(67,76,125); }
H1.HeaderClassName
{
color: #434C7D;
}
.AnyTagClassName
{
color: #434C7D;
}
</style>
background-color css
<style>
a { background-color: #434C7D; }
a { background-color: rgb(67,76,125); }
div.DivClassName
{
background-color: #434C7D;
}
.BgClassName
{
background-color: #434C7D;
}
</style>
border-color css
<style>
span { border-color: #434C7D; }
span { border-color: rgb(67,76,125); }
td.TdClassName
{
border-color: #434C7D;
}
.TagClassName
{
border-color: #434C7D;
}
</style>