Html Css Color HEX #4776BA Steel Blue

📋 copy color: '#4776BA'

red 71 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4776BA

Tints of Steel Blue #4776BA

RGB

 RED value IS 71 (28.13% from 255) = 18.93%

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 18.93%
G = 31.47%
B = 49.6%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4776BA (or 0x4776BA) is known color: Steel Blue. HEX triplet: 47, 76 and BA. RGB value is (71,118,186). Sum of RGB (Red+Green+Blue) = 71+118+186=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #4776BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776BA is #B88945. Grayscale: #6F6F6F. Windows color (decimal): -12093766 or 12219975. OLE color: 12219975.

HSL color Cylindrical-coordinate representation of color #4776BA: hue angle of 215.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4776BA is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 118 186 -
CMYK 0.62 0.37 0 0.27
HSL 215.48º 0.45% 0.5% -
HSV(B) 215.48º 0.62% 0.73% -
XYZ 17.94 17.84 48.95 -
YUV 111.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 71 118 186 0.62 0.37 0 0.27 215.48 0.45 0.5
Hex 47 76 BA 3E 25 0 1B D7 2D 32
Octal 107 166 272 76 45 0 33 327 55 62
Binary 1000111 1110110 10111010 111110 100101 0 11011 11010111 101101 110010

Color Harmonies of #4776BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776BA

Black with #4776BA

Text Example


Text Example

White with #4776BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4776BA; }

 p { color: rgb(71,118,186); }

 H1.HeaderClassName
 {
   color: #4776BA;
 }
 .AnyTagClassName
 {
   color: #4776BA;
 }
</style>

background-color css

<style>
 a { background-color: #4776BA; }

 a { background-color: rgb(71,118,186); }

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

border-color css

<style>
 span { border-color: #4776BA; }

 span { border-color: rgb(71,118,186); }

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