Shades of Steel Blue #4273BC
Tints of Steel Blue #4273BC
RGB
CMYK
RGB Variations
Color information
#4273BC (or 0x4273BC) is known color: Steel Blue. HEX triplet: 42, 73 and BC. RGB value is (66,115,188). Sum of RGB (Red+Green+Blue) = 66+115+188=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4273BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273BC is #BD8C43. Grayscale: #6C6C6C. Windows color (decimal): -12422212 or 12350274. OLE color: 12350274.
HSL color Cylindrical-coordinate representation of color #4273BC: hue angle of 215.9º 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 #4273BC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 115 | 188 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.26 |
| HSL | 215.9º | 0.48% | 0.5% | - |
| HSV(B) | 215.9º | 0.65% | 0.74% | - |
| XYZ | 17.45 | 17.05 | 49.95 | - |
| YUV | 108.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 188 | 0.65 | 0.39 | 0 | 0.26 | 215.9 | 0.48 | 0.5 |
| Hex | 42 | 73 | BC | 41 | 27 | 0 | 1A | D8 | 30 | 32 |
| Octal | 102 | 163 | 274 | 101 | 47 | 0 | 32 | 330 | 60 | 62 |
| Binary | 1000010 | 1110011 | 10111100 | 1000001 | 100111 | 0 | 11010 | 11011000 | 110000 | 110010 |
Color Harmonies of #4273BC
Complementary color
Monochromatic Colors of #4273BC
Black with #4273BC
Text Example
Text Example
White with #4273BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4273BC; }
p { color: rgb(66,115,188); }
H1.HeaderClassName
{
color: #4273BC;
}
.AnyTagClassName
{
color: #4273BC;
}
</style>
background-color css
<style>
a { background-color: #4273BC; }
a { background-color: rgb(66,115,188); }
div.DivClassName
{
background-color: #4273BC;
}
.BgClassName
{
background-color: #4273BC;
}
</style>
border-color css
<style>
span { border-color: #4273BC; }
span { border-color: rgb(66,115,188); }
td.TdClassName
{
border-color: #4273BC;
}
.TagClassName
{
border-color: #4273BC;
}
</style>