Shades of Astronaut #434B6D
Tints of Astronaut #434B6D
RGB
CMYK
RGB Variations
Color information
#434B6D (or 0x434B6D) is known color: Astronaut. HEX triplet: 43, 4B and 6D. RGB value is (67,75,109). Sum of RGB (Red+Green+Blue) = 67+75+109=251 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.69% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #434B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B6D is #BCB492. Grayscale: #4C4C4C. Windows color (decimal): -12366995 or 7162691. OLE color: 7162691.
HSL color Cylindrical-coordinate representation of color #434B6D: hue angle of 228.57º 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 #434B6D is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 75 | 109 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.57 |
| HSL | 228.57º | 0.24% | 0.35% | - |
| HSV(B) | 228.57º | 0.39% | 0.43% | - |
| XYZ | 7.59 | 7.33 | 15.48 | - |
| YUV | 76.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 109 | 0.39 | 0.31 | 0 | 0.57 | 228.57 | 0.24 | 0.35 |
| Hex | 43 | 4B | 6D | 27 | 1F | 0 | 39 | E5 | 18 | 23 |
| Octal | 103 | 113 | 155 | 47 | 37 | 0 | 71 | 345 | 30 | 43 |
| Binary | 1000011 | 1001011 | 1101101 | 100111 | 11111 | 0 | 111001 | 11100101 | 11000 | 100011 |
Color Harmonies of #434B6D
Complementary color
Monochromatic Colors of #434B6D
Black with #434B6D
Text Example
Text Example
White with #434B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B6D; }
p { color: rgb(67,75,109); }
H1.HeaderClassName
{
color: #434B6D;
}
.AnyTagClassName
{
color: #434B6D;
}
</style>
background-color css
<style>
a { background-color: #434B6D; }
a { background-color: rgb(67,75,109); }
div.DivClassName
{
background-color: #434B6D;
}
.BgClassName
{
background-color: #434B6D;
}
</style>
border-color css
<style>
span { border-color: #434B6D; }
span { border-color: rgb(67,75,109); }
td.TdClassName
{
border-color: #434B6D;
}
.TagClassName
{
border-color: #434B6D;
}
</style>