Html Css Color HEX #4987BD Steel Blue

📋 copy color: '#4987BD'

red 73 ◦ green 135 ◦ blue 189

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

Shades of Steel Blue #4987BD

Tints of Steel Blue #4987BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 18.39%
G = 34.01%
B = 47.61%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4987BD (or 0x4987BD) is known color: Steel Blue. HEX triplet: 49, 87 and BD. RGB value is (73,135,189). Sum of RGB (Red+Green+Blue) = 73+135+189=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #4987BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987BD is #B67842. Grayscale: #7A7A7A. Windows color (decimal): -11958339 or 12420937. OLE color: 12420937.

HSL color Cylindrical-coordinate representation of color #4987BD: hue angle of 207.93º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4987BD is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 135 189 -
CMYK 0.61 0.29 0 0.26
HSL 207.93º 0.47% 0.51% -
HSV(B) 207.93º 0.61% 0.74% -
XYZ 20.6 22.42 51.39 -
YUV 122.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 73 135 189 0.61 0.29 0 0.26 207.93 0.47 0.51
Hex 49 87 BD 3D 1D 0 1A D0 2F 33
Octal 111 207 275 75 35 0 32 320 57 63
Binary 1001001 10000111 10111101 111101 11101 0 11010 11010000 101111 110011

Color Harmonies of #4987BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4987BD

Black with #4987BD

Text Example


Text Example

White with #4987BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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