Html Css Color HEX #4978BB Steel Blue

📋 copy color: '#4978BB'

red 73 ◦ green 120 ◦ blue 187

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

Shades of Steel Blue #4978BB

Tints of Steel Blue #4978BB

RGB

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

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

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

R = 19.21%
G = 31.58%
B = 49.21%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4978BB (or 0x4978BB) is known color: Steel Blue. HEX triplet: 49, 78 and BB. RGB value is (73,120,187). Sum of RGB (Red+Green+Blue) = 73+120+187=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #4978BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4978BB is #B68744. Grayscale: #717171. Windows color (decimal): -11962181 or 12286025. OLE color: 12286025.

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

Color convert

RGB 73 120 187 -
CMYK 0.61 0.36 0 0.27
HSL 215.26º 0.46% 0.51% -
HSV(B) 215.26º 0.61% 0.73% -
XYZ 18.43 18.44 49.6 -
YUV 113.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 73 120 187 0.61 0.36 0 0.27 215.26 0.46 0.51
Hex 49 78 BB 3D 24 0 1B D7 2E 33
Octal 111 170 273 75 44 0 33 327 56 63
Binary 1001001 1111000 10111011 111101 100100 0 11011 11010111 101110 110011

Color Harmonies of #4978BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4978BB

Black with #4978BB

Text Example


Text Example

White with #4978BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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