Shades of Astronaut #434B76
Tints of Astronaut #434B76
RGB
CMYK
RGB Variations
Color information
#434B76 (or 0x434B76) is known color: Astronaut. HEX triplet: 43, 4B and 76. RGB value is (67,75,118). Sum of RGB (Red+Green+Blue) = 67+75+118=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #434B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B76 is #BCB489. Grayscale: #4D4D4D. Windows color (decimal): -12366986 or 7752515. OLE color: 7752515.
HSL color Cylindrical-coordinate representation of color #434B76: hue angle of 230.59º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #434B76 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 67 | 75 | 118 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.54 |
| HSL | 230.59º | 0.28% | 0.36% | - |
| HSV(B) | 230.59º | 0.43% | 0.46% | - |
| XYZ | 8.1 | 7.53 | 18.17 | - |
| YUV | 77.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 118 | 0.43 | 0.36 | 0 | 0.54 | 230.59 | 0.28 | 0.36 |
| Hex | 43 | 4B | 76 | 2B | 24 | 0 | 36 | E7 | 1C | 24 |
| Octal | 103 | 113 | 166 | 53 | 44 | 0 | 66 | 347 | 34 | 44 |
| Binary | 1000011 | 1001011 | 1110110 | 101011 | 100100 | 0 | 110110 | 11100111 | 11100 | 100100 |
Color Harmonies of #434B76
Complementary color
Monochromatic Colors of #434B76
Black with #434B76
Text Example
Text Example
White with #434B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B76; }
p { color: rgb(67,75,118); }
H1.HeaderClassName
{
color: #434B76;
}
.AnyTagClassName
{
color: #434B76;
}
</style>
background-color css
<style>
a { background-color: #434B76; }
a { background-color: rgb(67,75,118); }
div.DivClassName
{
background-color: #434B76;
}
.BgClassName
{
background-color: #434B76;
}
</style>
border-color css
<style>
span { border-color: #434B76; }
span { border-color: rgb(67,75,118); }
td.TdClassName
{
border-color: #434B76;
}
.TagClassName
{
border-color: #434B76;
}
</style>