Html Css Color HEX #4978BC Steel Blue

📋 copy color: '#4978BC'

red 73 ◦ green 120 ◦ blue 188

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

Shades of Steel Blue #4978BC

Tints of Steel Blue #4978BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.5%

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

R = 19.16%
G = 31.5%
B = 49.34%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4978BC (or 0x4978BC) is known color: Steel Blue. HEX triplet: 49, 78 and BC. RGB value is (73,120,188). Sum of RGB (Red+Green+Blue) = 73+120+188=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #4978BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978BC is #B68743. Grayscale: #717171. Windows color (decimal): -11962180 or 12351561. OLE color: 12351561.

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

Color convert

RGB 73 120 188 -
CMYK 0.61 0.36 0 0.26
HSL 215.48º 0.46% 0.51% -
HSV(B) 215.48º 0.61% 0.74% -
XYZ 18.54 18.48 50.17 -
YUV 113.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 73 120 188 0.61 0.36 0 0.26 215.48 0.46 0.51
Hex 49 78 BC 3D 24 0 1A D7 2E 33
Octal 111 170 274 75 44 0 32 327 56 63
Binary 1001001 1111000 10111100 111101 100100 0 11010 11010111 101110 110011

Color Harmonies of #4978BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4978BC

Black with #4978BC

Text Example


Text Example

White with #4978BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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