Html Css Color HEX #4770BC Steel Blue

📋 copy color: '#4770BC'

red 71 ◦ green 112 ◦ blue 188

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

Shades of Steel Blue #4770BC

Tints of Steel Blue #4770BC

RGB

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

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

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

R = 19.14%
G = 30.19%
B = 50.67%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4770BC (or 0x4770BC) is known color: Steel Blue. HEX triplet: 47, 70 and BC. RGB value is (71,112,188). Sum of RGB (Red+Green+Blue) = 71+112+188=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4770BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770BC is #B88F43. Grayscale: #6C6C6C. Windows color (decimal): -12095300 or 12349511. OLE color: 12349511.

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

Color convert

RGB 71 112 188 -
CMYK 0.62 0.40 0 0.26
HSL 218.97º 0.47% 0.51% -
HSV(B) 218.97º 0.62% 0.74% -
XYZ 17.47 16.56 49.85 -
YUV 108.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 71 112 188 0.62 0.40 0 0.26 218.97 0.47 0.51
Hex 47 70 BC 3E 28 0 1A DB 2F 33
Octal 107 160 274 76 50 0 32 333 57 63
Binary 1000111 1110000 10111100 111110 101000 0 11010 11011011 101111 110011

Color Harmonies of #4770BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770BC

Black with #4770BC

Text Example


Text Example

White with #4770BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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