Shades of Steel Blue #4281B3
Tints of Steel Blue #4281B3
RGB
CMYK
RGB Variations
Color information
#4281B3 (or 0x4281B3) is known color: Steel Blue. HEX triplet: 42, 81 and B3. RGB value is (66,129,179). Sum of RGB (Red+Green+Blue) = 66+129+179=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #4281B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281B3 is #BD7E4C. Grayscale: #737373. Windows color (decimal): -12418637 or 11764034. OLE color: 11764034.
HSL color Cylindrical-coordinate representation of color #4281B3: hue angle of 206.55º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4281B3 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 129 | 179 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.30 |
| HSL | 206.55º | 0.46% | 0.48% | - |
| HSV(B) | 206.55º | 0.63% | 0.7% | - |
| XYZ | 18.23 | 20.11 | 45.57 | - |
| YUV | 115.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 179 | 0.63 | 0.28 | 0 | 0.30 | 206.55 | 0.46 | 0.48 |
| Hex | 42 | 81 | B3 | 3F | 1C | 0 | 1E | CF | 2E | 30 |
| Octal | 102 | 201 | 263 | 77 | 34 | 0 | 36 | 317 | 56 | 60 |
| Binary | 1000010 | 10000001 | 10110011 | 111111 | 11100 | 0 | 11110 | 11001111 | 101110 | 110000 |
Color Harmonies of #4281B3
Complementary color
Monochromatic Colors of #4281B3
Black with #4281B3
Text Example
Text Example
White with #4281B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281B3; }
p { color: rgb(66,129,179); }
H1.HeaderClassName
{
color: #4281B3;
}
.AnyTagClassName
{
color: #4281B3;
}
</style>
background-color css
<style>
a { background-color: #4281B3; }
a { background-color: rgb(66,129,179); }
div.DivClassName
{
background-color: #4281B3;
}
.BgClassName
{
background-color: #4281B3;
}
</style>
border-color css
<style>
span { border-color: #4281B3; }
span { border-color: rgb(66,129,179); }
td.TdClassName
{
border-color: #4281B3;
}
.TagClassName
{
border-color: #4281B3;
}
</style>