Shades of Steel Blue #4275BF
Tints of Steel Blue #4275BF
RGB
CMYK
RGB Variations
Color information
#4275BF (or 0x4275BF) is known color: Steel Blue. HEX triplet: 42, 75 and BF. RGB value is (66,117,191). Sum of RGB (Red+Green+Blue) = 66+117+191=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #4275BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275BF is #BD8A40. Grayscale: #6D6D6D. Windows color (decimal): -12421697 or 12547394. OLE color: 12547394.
HSL color Cylindrical-coordinate representation of color #4275BF: hue angle of 215.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4275BF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 117 | 191 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.25 |
| HSL | 215.52º | 0.49% | 0.5% | - |
| HSV(B) | 215.52º | 0.65% | 0.75% | - |
| XYZ | 18.01 | 17.64 | 51.75 | - |
| YUV | 110.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 191 | 0.65 | 0.39 | 0 | 0.25 | 215.52 | 0.49 | 0.5 |
| Hex | 42 | 75 | BF | 41 | 27 | 0 | 19 | D8 | 31 | 32 |
| Octal | 102 | 165 | 277 | 101 | 47 | 0 | 31 | 330 | 61 | 62 |
| Binary | 1000010 | 1110101 | 10111111 | 1000001 | 100111 | 0 | 11001 | 11011000 | 110001 | 110010 |
Color Harmonies of #4275BF
Complementary color
Monochromatic Colors of #4275BF
Black with #4275BF
Text Example
Text Example
White with #4275BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275BF; }
p { color: rgb(66,117,191); }
H1.HeaderClassName
{
color: #4275BF;
}
.AnyTagClassName
{
color: #4275BF;
}
</style>
background-color css
<style>
a { background-color: #4275BF; }
a { background-color: rgb(66,117,191); }
div.DivClassName
{
background-color: #4275BF;
}
.BgClassName
{
background-color: #4275BF;
}
</style>
border-color css
<style>
span { border-color: #4275BF; }
span { border-color: rgb(66,117,191); }
td.TdClassName
{
border-color: #4275BF;
}
.TagClassName
{
border-color: #4275BF;
}
</style>