Html Css Color HEX #4777BF Steel Blue

📋 copy color: '#4777BF'

red 71 ◦ green 119 ◦ blue 191

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

Shades of Steel Blue #4777BF

Tints of Steel Blue #4777BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 191 (75% from 255) = 50.13%

R = 18.64%
G = 31.23%
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

#4777BF (or 0x4777BF) is known color: Steel Blue. HEX triplet: 47, 77 and BF. RGB value is (71,119,191). Sum of RGB (Red+Green+Blue) = 71+119+191=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #4777BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777BF is #B88840. Grayscale: #707070. Windows color (decimal): -12093505 or 12547911. OLE color: 12547911.

HSL color Cylindrical-coordinate representation of color #4777BF: hue angle of 216º 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 #4777BF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 119 191 -
CMYK 0.63 0.38 0 0.25
HSL 216º 0.48% 0.51% -
HSV(B) 216º 0.63% 0.75% -
XYZ 18.6 18.29 51.84 -
YUV 112.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 71 119 191 0.63 0.38 0 0.25 216 0.48 0.51
Hex 47 77 BF 3F 26 0 19 D8 30 33
Octal 107 167 277 77 46 0 31 330 60 63
Binary 1000111 1110111 10111111 111111 100110 0 11001 11011000 110000 110011

Color Harmonies of #4777BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777BF

Black with #4777BF

Text Example


Text Example

White with #4777BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4777BF; }

 p { color: rgb(71,119,191); }

 H1.HeaderClassName
 {
   color: #4777BF;
 }
 .AnyTagClassName
 {
   color: #4777BF;
 }
</style>

background-color css

<style>
 a { background-color: #4777BF; }

 a { background-color: rgb(71,119,191); }

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

border-color css

<style>
 span { border-color: #4777BF; }

 span { border-color: rgb(71,119,191); }

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