Shades of Steel Blue #4181AF
Tints of Steel Blue #4181AF
RGB
CMYK
RGB Variations
Color information
#4181AF (or 0x4181AF) is known color: Steel Blue. HEX triplet: 41, 81 and AF. RGB value is (65,129,175). Sum of RGB (Red+Green+Blue) = 65+129+175=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #4181AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4181AF is #BE7E50. Grayscale: #727272. Windows color (decimal): -12484177 or 11501889. OLE color: 11501889.
HSL color Cylindrical-coordinate representation of color #4181AF: hue angle of 205.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4181AF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 129 | 175 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.31 |
| HSL | 205.09º | 0.46% | 0.47% | - |
| HSV(B) | 205.09º | 0.63% | 0.69% | - |
| XYZ | 17.77 | 19.92 | 43.47 | - |
| YUV | 115.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 175 | 0.63 | 0.26 | 0 | 0.31 | 205.09 | 0.46 | 0.47 |
| Hex | 41 | 81 | AF | 3F | 1A | 0 | 1F | CD | 2E | 2F |
| Octal | 101 | 201 | 257 | 77 | 32 | 0 | 37 | 315 | 56 | 57 |
| Binary | 1000001 | 10000001 | 10101111 | 111111 | 11010 | 0 | 11111 | 11001101 | 101110 | 101111 |
Color Harmonies of #4181AF
Complementary color
Monochromatic Colors of #4181AF
Black with #4181AF
Text Example
Text Example
White with #4181AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4181AF; }
p { color: rgb(65,129,175); }
H1.HeaderClassName
{
color: #4181AF;
}
.AnyTagClassName
{
color: #4181AF;
}
</style>
background-color css
<style>
a { background-color: #4181AF; }
a { background-color: rgb(65,129,175); }
div.DivClassName
{
background-color: #4181AF;
}
.BgClassName
{
background-color: #4181AF;
}
</style>
border-color css
<style>
span { border-color: #4181AF; }
span { border-color: rgb(65,129,175); }
td.TdClassName
{
border-color: #4181AF;
}
.TagClassName
{
border-color: #4181AF;
}
</style>