Shades of Steel Blue #4275BB
Tints of Steel Blue #4275BB
RGB
CMYK
RGB Variations
Color information
#4275BB (or 0x4275BB) is known color: Steel Blue. HEX triplet: 42, 75 and BB. RGB value is (66,117,187). Sum of RGB (Red+Green+Blue) = 66+117+187=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4275BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275BB is #BD8A44. Grayscale: #6D6D6D. Windows color (decimal): -12421701 or 12285250. OLE color: 12285250.
HSL color Cylindrical-coordinate representation of color #4275BB: hue angle of 214.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4275BB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 117 | 187 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.27 |
| HSL | 214.71º | 0.48% | 0.5% | - |
| HSV(B) | 214.71º | 0.65% | 0.73% | - |
| XYZ | 17.58 | 17.47 | 49.46 | - |
| YUV | 109.73 | 171.6 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 187 | 0.65 | 0.37 | 0 | 0.27 | 214.71 | 0.48 | 0.5 |
| Hex | 42 | 75 | BB | 41 | 25 | 0 | 1B | D7 | 30 | 32 |
| Octal | 102 | 165 | 273 | 101 | 45 | 0 | 33 | 327 | 60 | 62 |
| Binary | 1000010 | 1110101 | 10111011 | 1000001 | 100101 | 0 | 11011 | 11010111 | 110000 | 110010 |
Color Harmonies of #4275BB
Complementary color
Monochromatic Colors of #4275BB
Black with #4275BB
Text Example
Text Example
White with #4275BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275BB; }
p { color: rgb(66,117,187); }
H1.HeaderClassName
{
color: #4275BB;
}
.AnyTagClassName
{
color: #4275BB;
}
</style>
background-color css
<style>
a { background-color: #4275BB; }
a { background-color: rgb(66,117,187); }
div.DivClassName
{
background-color: #4275BB;
}
.BgClassName
{
background-color: #4275BB;
}
</style>
border-color css
<style>
span { border-color: #4275BB; }
span { border-color: rgb(66,117,187); }
td.TdClassName
{
border-color: #4275BB;
}
.TagClassName
{
border-color: #4275BB;
}
</style>