Html Css Color HEX #4870BA Steel Blue

📋 copy color: '#4870BA'

red 72 ◦ green 112 ◦ blue 186

#4870BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4870BA

Tints of Steel Blue #4870BA

RGB

 RED value IS 72 (28.52% from 255) = 19.46%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 19.46%
G = 30.27%
B = 50.27%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4870BA (or 0x4870BA) is known color: Steel Blue. HEX triplet: 48, 70 and BA. RGB value is (72,112,186). Sum of RGB (Red+Green+Blue) = 72+112+186=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #4870BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870BA is #B78F45. Grayscale: #6C6C6C. Windows color (decimal): -12029766 or 12218440. OLE color: 12218440.

HSL color Cylindrical-coordinate representation of color #4870BA: hue angle of 218.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4870BA is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 112 186 -
CMYK 0.61 0.40 0 0.27
HSL 218.95º 0.45% 0.51% -
HSV(B) 218.95º 0.61% 0.73% -
XYZ 17.33 16.51 48.73 -
YUV 108.48 171.75 101.98 -
System Red Green Blue C M Y K H S L
Decimal 72 112 186 0.61 0.40 0 0.27 218.95 0.45 0.51
Hex 48 70 BA 3D 28 0 1B DB 2D 33
Octal 110 160 272 75 50 0 33 333 55 63
Binary 1001000 1110000 10111010 111101 101000 0 11011 11011011 101101 110011

Color Harmonies of #4870BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870BA

Black with #4870BA

Text Example


Text Example

White with #4870BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4870BA; }

 p { color: rgb(72,112,186); }

 H1.HeaderClassName
 {
   color: #4870BA;
 }
 .AnyTagClassName
 {
   color: #4870BA;
 }
</style>

background-color css

<style>
 a { background-color: #4870BA; }

 a { background-color: rgb(72,112,186); }

 div.DivClassName
 {
   background-color: #4870BA;
 }
 .BgClassName
 {
   background-color: #4870BA;
 }
</style>

border-color css

<style>
 span { border-color: #4870BA; }

 span { border-color: rgb(72,112,186); }

 td.TdClassName
 {
   border-color: #4870BA;
 }
 .TagClassName
 {
   border-color: #4870BA;
 }
</style>