Html Css Color HEX #4777BB Steel Blue

📋 copy color: '#4777BB'

red 71 ◦ green 119 ◦ blue 187

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

Shades of Steel Blue #4777BB

Tints of Steel Blue #4777BB

RGB

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

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

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

R = 18.83%
G = 31.56%
B = 49.6%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4777BB (or 0x4777BB) is known color: Steel Blue. HEX triplet: 47, 77 and BB. RGB value is (71,119,187). Sum of RGB (Red+Green+Blue) = 71+119+187=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #4777BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777BB is #B88844. Grayscale: #707070. Windows color (decimal): -12093509 or 12285767. OLE color: 12285767.

HSL color Cylindrical-coordinate representation of color #4777BB: hue angle of 215.17º 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 #4777BB is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 119 187 -
CMYK 0.62 0.36 0 0.27
HSL 215.17º 0.46% 0.51% -
HSV(B) 215.17º 0.62% 0.73% -
XYZ 18.17 18.12 49.55 -
YUV 112.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 71 119 187 0.62 0.36 0 0.27 215.17 0.46 0.51
Hex 47 77 BB 3E 24 0 1B D7 2E 33
Octal 107 167 273 76 44 0 33 327 56 63
Binary 1000111 1110111 10111011 111110 100100 0 11011 11010111 101110 110011

Color Harmonies of #4777BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777BB

Black with #4777BB

Text Example


Text Example

White with #4777BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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