Html Css Color HEX #4987B3 Steel Blue

📋 copy color: '#4987B3'

red 73 ◦ green 135 ◦ blue 179

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

Shades of Steel Blue #4987B3

Tints of Steel Blue #4987B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 18.86%
G = 34.88%
B = 46.25%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4987B3 (or 0x4987B3) is known color: Steel Blue. HEX triplet: 49, 87 and B3. RGB value is (73,135,179). Sum of RGB (Red+Green+Blue) = 73+135+179=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #4987B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987B3 is #B6784C. Grayscale: #797979. Windows color (decimal): -11958349 or 11765577. OLE color: 11765577.

HSL color Cylindrical-coordinate representation of color #4987B3: hue angle of 204.91º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4987B3 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 135 179 -
CMYK 0.59 0.25 0 0.30
HSL 204.91º 0.42% 0.49% -
HSV(B) 204.91º 0.59% 0.7% -
XYZ 19.55 22 45.86 -
YUV 121.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 73 135 179 0.59 0.25 0 0.30 204.91 0.42 0.49
Hex 49 87 B3 3B 19 0 1E CD 2A 31
Octal 111 207 263 73 31 0 36 315 52 61
Binary 1001001 10000111 10110011 111011 11001 0 11110 11001101 101010 110001

Color Harmonies of #4987B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4987B3

Black with #4987B3

Text Example


Text Example

White with #4987B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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