Shades of Steel Blue #4274BF
Tints of Steel Blue #4274BF
RGB
CMYK
RGB Variations
Color information
#4274BF (or 0x4274BF) is known color: Steel Blue. HEX triplet: 42, 74 and BF. RGB value is (66,116,191). Sum of RGB (Red+Green+Blue) = 66+116+191=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4274BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274BF is #BD8B40. Grayscale: #6D6D6D. Windows color (decimal): -12421953 or 12547138. OLE color: 12547138.
HSL color Cylindrical-coordinate representation of color #4274BF: hue angle of 216º 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 #4274BF is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 116 | 191 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.25 |
| HSL | 216º | 0.49% | 0.5% | - |
| HSV(B) | 216º | 0.65% | 0.75% | - |
| XYZ | 17.9 | 17.41 | 51.71 | - |
| YUV | 109.6 | 173.94 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 116 | 191 | 0.65 | 0.39 | 0 | 0.25 | 216 | 0.49 | 0.5 |
| Hex | 42 | 74 | BF | 41 | 27 | 0 | 19 | D8 | 31 | 32 |
| Octal | 102 | 164 | 277 | 101 | 47 | 0 | 31 | 330 | 61 | 62 |
| Binary | 1000010 | 1110100 | 10111111 | 1000001 | 100111 | 0 | 11001 | 11011000 | 110001 | 110010 |
Color Harmonies of #4274BF
Complementary color
Monochromatic Colors of #4274BF
Black with #4274BF
Text Example
Text Example
White with #4274BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4274BF; }
p { color: rgb(66,116,191); }
H1.HeaderClassName
{
color: #4274BF;
}
.AnyTagClassName
{
color: #4274BF;
}
</style>
background-color css
<style>
a { background-color: #4274BF; }
a { background-color: rgb(66,116,191); }
div.DivClassName
{
background-color: #4274BF;
}
.BgClassName
{
background-color: #4274BF;
}
</style>
border-color css
<style>
span { border-color: #4274BF; }
span { border-color: rgb(66,116,191); }
td.TdClassName
{
border-color: #4274BF;
}
.TagClassName
{
border-color: #4274BF;
}
</style>