Shades of Steel Blue #4A8FBE
Tints of Steel Blue #4A8FBE
RGB
CMYK
RGB Variations
Color information
#4A8FBE (or 0x4A8FBE) is known color: Steel Blue. HEX triplet: 4A, 8F and BE. RGB value is (74,143,190). Sum of RGB (Red+Green+Blue) = 74+143+190=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A8FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8FBE is #B57041. Grayscale: #7F7F7F. Windows color (decimal): -11890754 or 12488522. OLE color: 12488522.
HSL color Cylindrical-coordinate representation of color #4A8FBE: hue angle of 204.31º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A8FBE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 74 | 143 | 190 | - |
CMYK | 0.61 | 0.25 | 0 | 0.25 |
HSL | 204.31º | 0.47% | 0.52% | - |
HSV(B) | 204.31º | 0.61% | 0.75% | - |
XYZ | 21.94 | 24.82 | 52.35 | - |
YUV | 127.73 | 163.14 | 89.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 74 | 143 | 190 | 0.61 | 0.25 | 0 | 0.25 | 204.31 | 0.47 | 0.52 |
Hex | 4A | 8F | BE | 3D | 19 | 0 | 19 | CC | 2F | 34 |
Octal | 112 | 217 | 276 | 75 | 31 | 0 | 31 | 314 | 57 | 64 |
Binary | 1001010 | 10001111 | 10111110 | 111101 | 11001 | 0 | 11001 | 11001100 | 101111 | 110100 |
Color Harmonies of #4A8FBE
Complementary color
Monochromatic Colors of #4A8FBE
Black with #4A8FBE
Text Example
Text Example
White with #4A8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FBE; }
p { color: rgb(74,143,190); }
H1.HeaderClassName
{
color: #4A8FBE;
}
.AnyTagClassName
{
color: #4A8FBE;
}
</style>
background-color css
<style>
a { background-color: #4A8FBE; }
a { background-color: rgb(74,143,190); }
div.DivClassName
{
background-color: #4A8FBE;
}
.BgClassName
{
background-color: #4A8FBE;
}
</style>
border-color css
<style>
span { border-color: #4A8FBE; }
span { border-color: rgb(74,143,190); }
td.TdClassName
{
border-color: #4A8FBE;
}
.TagClassName
{
border-color: #4A8FBE;
}
</style>