Html Css Color HEX #4981BC Steel Blue

📋 copy color: '#4981BC'

red 73 ◦ green 129 ◦ blue 188

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

Shades of Steel Blue #4981BC

Tints of Steel Blue #4981BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 18.72%
G = 33.08%
B = 48.21%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4981BC (or 0x4981BC) is known color: Steel Blue. HEX triplet: 49, 81 and BC. RGB value is (73,129,188). Sum of RGB (Red+Green+Blue) = 73+129+188=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4981BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4981BC is #B67E43. Grayscale: #767676. Windows color (decimal): -11959876 or 12353865. OLE color: 12353865.

HSL color Cylindrical-coordinate representation of color #4981BC: hue angle of 210.78º degrees, saturation: 0.46, 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 #4981BC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 129 188 -
CMYK 0.61 0.31 0 0.26
HSL 210.78º 0.46% 0.51% -
HSV(B) 210.78º 0.61% 0.74% -
XYZ 19.68 20.75 50.54 -
YUV 118.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 73 129 188 0.61 0.31 0 0.26 210.78 0.46 0.51
Hex 49 81 BC 3D 1F 0 1A D3 2E 33
Octal 111 201 274 75 37 0 32 323 56 63
Binary 1001001 10000001 10111100 111101 11111 0 11010 11010011 101110 110011

Color Harmonies of #4981BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4981BC

Black with #4981BC

Text Example


Text Example

White with #4981BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4981BC; }

 p { color: rgb(73,129,188); }

 H1.HeaderClassName
 {
   color: #4981BC;
 }
 .AnyTagClassName
 {
   color: #4981BC;
 }
</style>

background-color css

<style>
 a { background-color: #4981BC; }

 a { background-color: rgb(73,129,188); }

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

border-color css

<style>
 span { border-color: #4981BC; }

 span { border-color: rgb(73,129,188); }

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