Shades of Steel Blue #4275A9
Tints of Steel Blue #4275A9
RGB
CMYK
RGB Variations
Color information
#4275A9 (or 0x4275A9) is known color: Steel Blue. HEX triplet: 42, 75 and A9. RGB value is (66,117,169). Sum of RGB (Red+Green+Blue) = 66+117+169=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #4275A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4275A9 is #BD8A56. Grayscale: #6B6B6B. Windows color (decimal): -12421719 or 11105602. OLE color: 11105602.
HSL color Cylindrical-coordinate representation of color #4275A9: hue angle of 210.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4275A9 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 117 | 169 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.34 |
| HSL | 210.29º | 0.44% | 0.46% | - |
| HSV(B) | 210.29º | 0.61% | 0.66% | - |
| XYZ | 15.77 | 16.75 | 39.94 | - |
| YUV | 107.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 169 | 0.61 | 0.31 | 0 | 0.34 | 210.29 | 0.44 | 0.46 |
| Hex | 42 | 75 | A9 | 3D | 1F | 0 | 22 | D2 | 2C | 2E |
| Octal | 102 | 165 | 251 | 75 | 37 | 0 | 42 | 322 | 54 | 56 |
| Binary | 1000010 | 1110101 | 10101001 | 111101 | 11111 | 0 | 100010 | 11010010 | 101100 | 101110 |
Color Harmonies of #4275A9
Complementary color
Monochromatic Colors of #4275A9
Black with #4275A9
Text Example
Text Example
White with #4275A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275A9; }
p { color: rgb(66,117,169); }
H1.HeaderClassName
{
color: #4275A9;
}
.AnyTagClassName
{
color: #4275A9;
}
</style>
background-color css
<style>
a { background-color: #4275A9; }
a { background-color: rgb(66,117,169); }
div.DivClassName
{
background-color: #4275A9;
}
.BgClassName
{
background-color: #4275A9;
}
</style>
border-color css
<style>
span { border-color: #4275A9; }
span { border-color: rgb(66,117,169); }
td.TdClassName
{
border-color: #4275A9;
}
.TagClassName
{
border-color: #4275A9;
}
</style>