Html Css Color HEX #4987BA Steel Blue

📋 copy color: '#4987BA'

red 73 ◦ green 135 ◦ blue 186

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

Shades of Steel Blue #4987BA

Tints of Steel Blue #4987BA

RGB

 RED value IS 73 (28.91% from 255) = 18.53%

 GREEN value IS 135 (53.13% from 255) = 34.26%

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

R = 18.53%
G = 34.26%
B = 47.21%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4987BA (or 0x4987BA) is known color: Steel Blue. HEX triplet: 49, 87 and BA. RGB value is (73,135,186). Sum of RGB (Red+Green+Blue) = 73+135+186=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #4987BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987BA is #B67845. Grayscale: #7A7A7A. Windows color (decimal): -11958342 or 12224329. OLE color: 12224329.

HSL color Cylindrical-coordinate representation of color #4987BA: hue angle of 207.08º 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 #4987BA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 135 186 -
CMYK 0.61 0.27 0 0.27
HSL 207.08º 0.45% 0.51% -
HSV(B) 207.08º 0.61% 0.73% -
XYZ 20.27 22.29 49.69 -
YUV 122.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 73 135 186 0.61 0.27 0 0.27 207.08 0.45 0.51
Hex 49 87 BA 3D 1B 0 1B CF 2D 33
Octal 111 207 272 75 33 0 33 317 55 63
Binary 1001001 10000111 10111010 111101 11011 0 11011 11001111 101101 110011

Color Harmonies of #4987BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4987BA

Black with #4987BA

Text Example


Text Example

White with #4987BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,135,186); }

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

background-color css

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

 a { background-color: rgb(73,135,186); }

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

border-color css

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

 span { border-color: rgb(73,135,186); }

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