Shades of Steel Blue #4280B0
Tints of Steel Blue #4280B0
RGB
CMYK
RGB Variations
Color information
#4280B0 (or 0x4280B0) is known color: Steel Blue. HEX triplet: 42, 80 and B0. RGB value is (66,128,176). Sum of RGB (Red+Green+Blue) = 66+128+176=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #4280B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4280B0 is #BD7F4F. Grayscale: #727272. Windows color (decimal): -12418896 or 11567170. OLE color: 11567170.
HSL color Cylindrical-coordinate representation of color #4280B0: hue angle of 206.18º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4280B0 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 128 | 176 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.31 |
| HSL | 206.18º | 0.45% | 0.47% | - |
| HSV(B) | 206.18º | 0.63% | 0.69% | - |
| XYZ | 17.8 | 19.73 | 43.94 | - |
| YUV | 114.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 176 | 0.62 | 0.27 | 0 | 0.31 | 206.18 | 0.45 | 0.47 |
| Hex | 42 | 80 | B0 | 3E | 1B | 0 | 1F | CE | 2D | 2F |
| Octal | 102 | 200 | 260 | 76 | 33 | 0 | 37 | 316 | 55 | 57 |
| Binary | 1000010 | 10000000 | 10110000 | 111110 | 11011 | 0 | 11111 | 11001110 | 101101 | 101111 |
Color Harmonies of #4280B0
Complementary color
Monochromatic Colors of #4280B0
Black with #4280B0
Text Example
Text Example
White with #4280B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280B0; }
p { color: rgb(66,128,176); }
H1.HeaderClassName
{
color: #4280B0;
}
.AnyTagClassName
{
color: #4280B0;
}
</style>
background-color css
<style>
a { background-color: #4280B0; }
a { background-color: rgb(66,128,176); }
div.DivClassName
{
background-color: #4280B0;
}
.BgClassName
{
background-color: #4280B0;
}
</style>
border-color css
<style>
span { border-color: #4280B0; }
span { border-color: rgb(66,128,176); }
td.TdClassName
{
border-color: #4280B0;
}
.TagClassName
{
border-color: #4280B0;
}
</style>