Html Css Color HEX #4777BC Steel Blue

📋 copy color: '#4777BC'

red 71 ◦ green 119 ◦ blue 188

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

Shades of Steel Blue #4777BC

Tints of Steel Blue #4777BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 18.78%
G = 31.48%
B = 49.74%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4777BC (or 0x4777BC) is known color: Steel Blue. HEX triplet: 47, 77 and BC. RGB value is (71,119,188). Sum of RGB (Red+Green+Blue) = 71+119+188=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #4777BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777BC is #B88843. Grayscale: #707070. Windows color (decimal): -12093508 or 12351303. OLE color: 12351303.

HSL color Cylindrical-coordinate representation of color #4777BC: hue angle of 215.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4777BC is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 119 188 -
CMYK 0.62 0.37 0 0.26
HSL 215.38º 0.47% 0.51% -
HSV(B) 215.38º 0.62% 0.74% -
XYZ 18.27 18.16 50.12 -
YUV 112.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 71 119 188 0.62 0.37 0 0.26 215.38 0.47 0.51
Hex 47 77 BC 3E 25 0 1A D7 2F 33
Octal 107 167 274 76 45 0 32 327 57 63
Binary 1000111 1110111 10111100 111110 100101 0 11010 11010111 101111 110011

Color Harmonies of #4777BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777BC

Black with #4777BC

Text Example


Text Example

White with #4777BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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