Html Css Color HEX #4776BB Steel Blue

📋 copy color: '#4776BB'

red 71 ◦ green 118 ◦ blue 187

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

Shades of Steel Blue #4776BB

Tints of Steel Blue #4776BB

RGB

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

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

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

R = 18.88%
G = 31.38%
B = 49.73%

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

#4776BB (or 0x4776BB) is known color: Steel Blue. HEX triplet: 47, 76 and BB. RGB value is (71,118,187). Sum of RGB (Red+Green+Blue) = 71+118+187=376 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.88% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4776BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4776BB is #B88944. Grayscale: #6F6F6F. Windows color (decimal): -12093765 or 12285511. OLE color: 12285511.

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

Color convert

RGB 71 118 187 -
CMYK 0.62 0.37 0 0.27
HSL 215.69º 0.46% 0.51% -
HSV(B) 215.69º 0.62% 0.73% -
XYZ 18.05 17.88 49.51 -
YUV 111.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 71 118 187 0.62 0.37 0 0.27 215.69 0.46 0.51
Hex 47 76 BB 3E 25 0 1B D8 2E 33
Octal 107 166 273 76 45 0 33 330 56 63
Binary 1000111 1110110 10111011 111110 100101 0 11011 11011000 101110 110011

Color Harmonies of #4776BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4776BB

Black with #4776BB

Text Example


Text Example

White with #4776BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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