Html Css Color HEX #4987BB Steel Blue

📋 copy color: '#4987BB'

red 73 ◦ green 135 ◦ blue 187

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

Shades of Steel Blue #4987BB

Tints of Steel Blue #4987BB

RGB

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

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

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

R = 18.48%
G = 34.18%
B = 47.34%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4987BB (or 0x4987BB) is known color: Steel Blue. HEX triplet: 49, 87 and BB. RGB value is (73,135,187). Sum of RGB (Red+Green+Blue) = 73+135+187=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #4987BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987BB is #B67844. Grayscale: #7A7A7A. Windows color (decimal): -11958341 or 12289865. OLE color: 12289865.

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

Color convert

RGB 73 135 187 -
CMYK 0.61 0.28 0 0.27
HSL 207.37º 0.46% 0.51% -
HSV(B) 207.37º 0.61% 0.73% -
XYZ 20.38 22.33 50.25 -
YUV 122.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 73 135 187 0.61 0.28 0 0.27 207.37 0.46 0.51
Hex 49 87 BB 3D 1C 0 1B CF 2E 33
Octal 111 207 273 75 34 0 33 317 56 63
Binary 1001001 10000111 10111011 111101 11100 0 11011 11001111 101110 110011

Color Harmonies of #4987BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4987BB

Black with #4987BB

Text Example


Text Example

White with #4987BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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