Html Css Color HEX #4980BB Steel Blue

📋 copy color: '#4980BB'

red 73 ◦ green 128 ◦ blue 187

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

Shades of Steel Blue #4980BB

Tints of Steel Blue #4980BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 18.81%
G = 32.99%
B = 48.2%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4980BB (or 0x4980BB) is known color: Steel Blue. HEX triplet: 49, 80 and BB. RGB value is (73,128,187). Sum of RGB (Red+Green+Blue) = 73+128+187=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4980BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980BB is #B67F44. Grayscale: #757575. Windows color (decimal): -11960133 or 12288073. OLE color: 12288073.

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

Color convert

RGB 73 128 187 -
CMYK 0.61 0.32 0 0.27
HSL 211.05º 0.46% 0.51% -
HSV(B) 211.05º 0.61% 0.73% -
XYZ 19.44 20.44 49.94 -
YUV 118.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 73 128 187 0.61 0.32 0 0.27 211.05 0.46 0.51
Hex 49 80 BB 3D 20 0 1B D3 2E 33
Octal 111 200 273 75 40 0 33 323 56 63
Binary 1001001 10000000 10111011 111101 100000 0 11011 11010011 101110 110011

Color Harmonies of #4980BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4980BB

Black with #4980BB

Text Example


Text Example

White with #4980BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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