Shades of Astronaut #414B7D
Tints of Astronaut #414B7D
RGB
CMYK
RGB Variations
Color information
#414B7D (or 0x414B7D) is known color: Astronaut. HEX triplet: 41, 4B and 7D. RGB value is (65,75,125). Sum of RGB (Red+Green+Blue) = 65+75+125=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #414B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B7D is #BEB482. Grayscale: #4D4D4D. Windows color (decimal): -12498051 or 8211265. OLE color: 8211265.
HSL color Cylindrical-coordinate representation of color #414B7D: hue angle of 230º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414B7D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 75 | 125 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.51 |
| HSL | 230º | 0.32% | 0.37% | - |
| HSV(B) | 230º | 0.48% | 0.49% | - |
| XYZ | 8.4 | 7.64 | 20.43 | - |
| YUV | 77.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 125 | 0.48 | 0.40 | 0 | 0.51 | 230 | 0.32 | 0.37 |
| Hex | 41 | 4B | 7D | 30 | 28 | 0 | 33 | E6 | 20 | 25 |
| Octal | 101 | 113 | 175 | 60 | 50 | 0 | 63 | 346 | 40 | 45 |
| Binary | 1000001 | 1001011 | 1111101 | 110000 | 101000 | 0 | 110011 | 11100110 | 100000 | 100101 |
Color Harmonies of #414B7D
Complementary color
Monochromatic Colors of #414B7D
Black with #414B7D
Text Example
Text Example
White with #414B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B7D; }
p { color: rgb(65,75,125); }
H1.HeaderClassName
{
color: #414B7D;
}
.AnyTagClassName
{
color: #414B7D;
}
</style>
background-color css
<style>
a { background-color: #414B7D; }
a { background-color: rgb(65,75,125); }
div.DivClassName
{
background-color: #414B7D;
}
.BgClassName
{
background-color: #414B7D;
}
</style>
border-color css
<style>
span { border-color: #414B7D; }
span { border-color: rgb(65,75,125); }
td.TdClassName
{
border-color: #414B7D;
}
.TagClassName
{
border-color: #414B7D;
}
</style>