Html Css Color HEX #4987C2 Steel Blue

📋 copy color: '#4987C2'

red 73 ◦ green 135 ◦ blue 194

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

Shades of Steel Blue #4987C2

Tints of Steel Blue #4987C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 18.16%
G = 33.58%
B = 48.26%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4987C2 (or 0x4987C2) is known color: Steel Blue. HEX triplet: 49, 87 and C2. RGB value is (73,135,194). Sum of RGB (Red+Green+Blue) = 73+135+194=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #4987C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4987C2 is #B6783D. Grayscale: #7A7A7A. Windows color (decimal): -11958334 or 12748617. OLE color: 12748617.

HSL color Cylindrical-coordinate representation of color #4987C2: hue angle of 209.26º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4987C2 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 135 194 -
CMYK 0.62 0.30 0 0.24
HSL 209.26º 0.5% 0.52% -
HSV(B) 209.26º 0.62% 0.76% -
XYZ 21.15 22.64 54.29 -
YUV 123.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 73 135 194 0.62 0.30 0 0.24 209.26 0.5 0.52
Hex 49 87 C2 3E 1E 0 18 D1 32 34
Octal 111 207 302 76 36 0 30 321 62 64
Binary 1001001 10000111 11000010 111110 11110 0 11000 11010001 110010 110100

Color Harmonies of #4987C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4987C2

Black with #4987C2

Text Example


Text Example

White with #4987C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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