Html Css Color HEX #4777BD Steel Blue

📋 copy color: '#4777BD'

red 71 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4777BD

Tints of Steel Blue #4777BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 18.73%
G = 31.4%
B = 49.87%

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

#4777BD (or 0x4777BD) is known color: Steel Blue. HEX triplet: 47, 77 and BD. RGB value is (71,119,189). Sum of RGB (Red+Green+Blue) = 71+119+189=379 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.73% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #4777BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4777BD is #B88842. Grayscale: #707070. Windows color (decimal): -12093507 or 12416839. OLE color: 12416839.

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

Color convert

RGB 71 119 189 -
CMYK 0.62 0.37 0 0.26
HSL 215.59º 0.47% 0.51% -
HSV(B) 215.59º 0.62% 0.74% -
XYZ 18.38 18.21 50.69 -
YUV 112.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 71 119 189 0.62 0.37 0 0.26 215.59 0.47 0.51
Hex 47 77 BD 3E 25 0 1A D8 2F 33
Octal 107 167 275 76 45 0 32 330 57 63
Binary 1000111 1110111 10111101 111110 100101 0 11010 11011000 101111 110011

Color Harmonies of #4777BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4777BD

Black with #4777BD

Text Example


Text Example

White with #4777BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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