Html Css Color HEX #4776BE Steel Blue

📋 copy color: '#4776BE'

red 71 ◦ green 118 ◦ blue 190

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

Shades of Steel Blue #4776BE

Tints of Steel Blue #4776BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 18.73%
G = 31.13%
B = 50.13%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4776BE (or 0x4776BE) is known color: Steel Blue. HEX triplet: 47, 76 and BE. RGB value is (71,118,190). Sum of RGB (Red+Green+Blue) = 71+118+190=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4776BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776BE is #B88941. Grayscale: #6F6F6F. Windows color (decimal): -12093762 or 12482119. OLE color: 12482119.

HSL color Cylindrical-coordinate representation of color #4776BE: hue angle of 216.3º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4776BE is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 118 190 -
CMYK 0.63 0.38 0 0.25
HSL 216.3º 0.48% 0.51% -
HSV(B) 216.3º 0.63% 0.75% -
XYZ 18.37 18.01 51.22 -
YUV 112.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 71 118 190 0.63 0.38 0 0.25 216.3 0.48 0.51
Hex 47 76 BE 3F 26 0 19 D8 30 33
Octal 107 166 276 77 46 0 31 330 60 63
Binary 1000111 1110110 10111110 111111 100110 0 11001 11011000 110000 110011

Color Harmonies of #4776BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776BE

Black with #4776BE

Text Example


Text Example

White with #4776BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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