Shades of Steel Blue #4281BC
Tints of Steel Blue #4281BC
RGB
CMYK
RGB Variations
Color information
#4281BC (or 0x4281BC) is known color: Steel Blue. HEX triplet: 42, 81 and BC. RGB value is (66,129,188). Sum of RGB (Red+Green+Blue) = 66+129+188=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #4281BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4281BC is #BD7E43. Grayscale: #747474. Windows color (decimal): -12418628 or 12353858. OLE color: 12353858.
HSL color Cylindrical-coordinate representation of color #4281BC: hue angle of 209.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4281BC is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 129 | 188 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.26 |
| HSL | 209.02º | 0.48% | 0.5% | - |
| HSV(B) | 209.02º | 0.65% | 0.74% | - |
| XYZ | 19.17 | 20.49 | 50.52 | - |
| YUV | 116.89 | 168.13 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 129 | 188 | 0.65 | 0.31 | 0 | 0.26 | 209.02 | 0.48 | 0.5 |
| Hex | 42 | 81 | BC | 41 | 1F | 0 | 1A | D1 | 30 | 32 |
| Octal | 102 | 201 | 274 | 101 | 37 | 0 | 32 | 321 | 60 | 62 |
| Binary | 1000010 | 10000001 | 10111100 | 1000001 | 11111 | 0 | 11010 | 11010001 | 110000 | 110010 |
Color Harmonies of #4281BC
Complementary color
Monochromatic Colors of #4281BC
Black with #4281BC
Text Example
Text Example
White with #4281BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4281BC; }
p { color: rgb(66,129,188); }
H1.HeaderClassName
{
color: #4281BC;
}
.AnyTagClassName
{
color: #4281BC;
}
</style>
background-color css
<style>
a { background-color: #4281BC; }
a { background-color: rgb(66,129,188); }
div.DivClassName
{
background-color: #4281BC;
}
.BgClassName
{
background-color: #4281BC;
}
</style>
border-color css
<style>
span { border-color: #4281BC; }
span { border-color: rgb(66,129,188); }
td.TdClassName
{
border-color: #4281BC;
}
.TagClassName
{
border-color: #4281BC;
}
</style>