Html Css Color HEX #4870BB Steel Blue

📋 copy color: '#4870BB'

red 72 ◦ green 112 ◦ blue 187

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

Shades of Steel Blue #4870BB

Tints of Steel Blue #4870BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 19.41%
G = 30.19%
B = 50.4%

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

#4870BB (or 0x4870BB) is known color: Steel Blue. HEX triplet: 48, 70 and BB. RGB value is (72,112,187). Sum of RGB (Red+Green+Blue) = 72+112+187=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #4870BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4870BB is #B78F44. Grayscale: #6C6C6C. Windows color (decimal): -12029765 or 12283976. OLE color: 12283976.

HSL color Cylindrical-coordinate representation of color #4870BB: hue angle of 219.13º degrees, saturation: 0.46, 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 #4870BB is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 112 187 -
CMYK 0.61 0.40 0 0.27
HSL 219.13º 0.46% 0.51% -
HSV(B) 219.13º 0.61% 0.73% -
XYZ 17.44 16.55 49.29 -
YUV 108.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 72 112 187 0.61 0.40 0 0.27 219.13 0.46 0.51
Hex 48 70 BB 3D 28 0 1B DB 2E 33
Octal 110 160 273 75 50 0 33 333 56 63
Binary 1001000 1110000 10111011 111101 101000 0 11011 11011011 101110 110011

Color Harmonies of #4870BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4870BB

Black with #4870BB

Text Example


Text Example

White with #4870BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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