Shades of Steel Blue #4376B9
Tints of Steel Blue #4376B9
RGB
CMYK
RGB Variations
Color information
#4376B9 (or 0x4376B9) is known color: Steel Blue. HEX triplet: 43, 76 and B9. RGB value is (67,118,185). Sum of RGB (Red+Green+Blue) = 67+118+185=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #4376B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4376B9 is #BC8946. Grayscale: #6E6E6E. Windows color (decimal): -12355911 or 12154435. OLE color: 12154435.
HSL color Cylindrical-coordinate representation of color #4376B9: hue angle of 214.07º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4376B9 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 118 | 185 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.27 |
| HSL | 214.07º | 0.47% | 0.49% | - |
| HSV(B) | 214.07º | 0.64% | 0.73% | - |
| XYZ | 17.55 | 17.65 | 48.38 | - |
| YUV | 110.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 118 | 185 | 0.64 | 0.36 | 0 | 0.27 | 214.07 | 0.47 | 0.49 |
| Hex | 43 | 76 | B9 | 40 | 24 | 0 | 1B | D6 | 2F | 31 |
| Octal | 103 | 166 | 271 | 100 | 44 | 0 | 33 | 326 | 57 | 61 |
| Binary | 1000011 | 1110110 | 10111001 | 1000000 | 100100 | 0 | 11011 | 11010110 | 101111 | 110001 |
Color Harmonies of #4376B9
Complementary color
Monochromatic Colors of #4376B9
Black with #4376B9
Text Example
Text Example
White with #4376B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4376B9; }
p { color: rgb(67,118,185); }
H1.HeaderClassName
{
color: #4376B9;
}
.AnyTagClassName
{
color: #4376B9;
}
</style>
background-color css
<style>
a { background-color: #4376B9; }
a { background-color: rgb(67,118,185); }
div.DivClassName
{
background-color: #4376B9;
}
.BgClassName
{
background-color: #4376B9;
}
</style>
border-color css
<style>
span { border-color: #4376B9; }
span { border-color: rgb(67,118,185); }
td.TdClassName
{
border-color: #4376B9;
}
.TagClassName
{
border-color: #4376B9;
}
</style>