Shades of Steel Blue #4483B4
Tints of Steel Blue #4483B4
RGB
CMYK
RGB Variations
Color information
#4483B4 (or 0x4483B4) is known color: Steel Blue. HEX triplet: 44, 83 and B4. RGB value is (68,131,180). Sum of RGB (Red+Green+Blue) = 68+131+180=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #4483B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483B4 is #BB7C4B. Grayscale: #757575. Windows color (decimal): -12287052 or 11830084. OLE color: 11830084.
HSL color Cylindrical-coordinate representation of color #4483B4: hue angle of 206.25º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4483B4 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 131 | 180 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.29 |
| HSL | 206.25º | 0.45% | 0.49% | - |
| HSV(B) | 206.25º | 0.62% | 0.71% | - |
| XYZ | 18.74 | 20.76 | 46.2 | - |
| YUV | 117.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 180 | 0.62 | 0.27 | 0 | 0.29 | 206.25 | 0.45 | 0.49 |
| Hex | 44 | 83 | B4 | 3E | 1B | 0 | 1D | CE | 2D | 31 |
| Octal | 104 | 203 | 264 | 76 | 33 | 0 | 35 | 316 | 55 | 61 |
| Binary | 1000100 | 10000011 | 10110100 | 111110 | 11011 | 0 | 11101 | 11001110 | 101101 | 110001 |
Color Harmonies of #4483B4
Complementary color
Monochromatic Colors of #4483B4
Black with #4483B4
Text Example
Text Example
White with #4483B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4483B4; }
p { color: rgb(68,131,180); }
H1.HeaderClassName
{
color: #4483B4;
}
.AnyTagClassName
{
color: #4483B4;
}
</style>
background-color css
<style>
a { background-color: #4483B4; }
a { background-color: rgb(68,131,180); }
div.DivClassName
{
background-color: #4483B4;
}
.BgClassName
{
background-color: #4483B4;
}
</style>
border-color css
<style>
span { border-color: #4483B4; }
span { border-color: rgb(68,131,180); }
td.TdClassName
{
border-color: #4483B4;
}
.TagClassName
{
border-color: #4483B4;
}
</style>