Html Css Color HEX #4770BA Steel Blue

📋 copy color: '#4770BA'

red 71 ◦ green 112 ◦ blue 186

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

Shades of Steel Blue #4770BA

Tints of Steel Blue #4770BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 19.24%
G = 30.35%
B = 50.41%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4770BA (or 0x4770BA) is known color: Steel Blue. HEX triplet: 47, 70 and BA. RGB value is (71,112,186). Sum of RGB (Red+Green+Blue) = 71+112+186=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #4770BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770BA is #B88F45. Grayscale: #6B6B6B. Windows color (decimal): -12095302 or 12218439. OLE color: 12218439.

HSL color Cylindrical-coordinate representation of color #4770BA: hue angle of 218.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4770BA is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 112 186 -
CMYK 0.62 0.40 0 0.27
HSL 218.61º 0.45% 0.5% -
HSV(B) 218.61º 0.62% 0.73% -
XYZ 17.26 16.47 48.72 -
YUV 108.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 71 112 186 0.62 0.40 0 0.27 218.61 0.45 0.5
Hex 47 70 BA 3E 28 0 1B DB 2D 32
Octal 107 160 272 76 50 0 33 333 55 62
Binary 1000111 1110000 10111010 111110 101000 0 11011 11011011 101101 110010

Color Harmonies of #4770BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770BA

Black with #4770BA

Text Example


Text Example

White with #4770BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4770BA; }

 p { color: rgb(71,112,186); }

 H1.HeaderClassName
 {
   color: #4770BA;
 }
 .AnyTagClassName
 {
   color: #4770BA;
 }
</style>

background-color css

<style>
 a { background-color: #4770BA; }

 a { background-color: rgb(71,112,186); }

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

border-color css

<style>
 span { border-color: #4770BA; }

 span { border-color: rgb(71,112,186); }

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