Html Css Color HEX #4770BB Steel Blue

📋 copy color: '#4770BB'

red 71 ◦ green 112 ◦ blue 187

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

Shades of Steel Blue #4770BB

Tints of Steel Blue #4770BB

RGB

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

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

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

R = 19.19%
G = 30.27%
B = 50.54%

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

#4770BB (or 0x4770BB) is known color: Steel Blue. HEX triplet: 47, 70 and BB. RGB value is (71,112,187). Sum of RGB (Red+Green+Blue) = 71+112+187=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4770BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770BB is #B88F44. Grayscale: #6B6B6B. Windows color (decimal): -12095301 or 12283975. OLE color: 12283975.

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

Color convert

RGB 71 112 187 -
CMYK 0.62 0.40 0 0.27
HSL 218.79º 0.46% 0.51% -
HSV(B) 218.79º 0.62% 0.73% -
XYZ 17.36 16.52 49.29 -
YUV 108.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 71 112 187 0.62 0.40 0 0.27 218.79 0.46 0.51
Hex 47 70 BB 3E 28 0 1B DB 2E 33
Octal 107 160 273 76 50 0 33 333 56 63
Binary 1000111 1110000 10111011 111110 101000 0 11011 11011011 101110 110011

Color Harmonies of #4770BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770BB

Black with #4770BB

Text Example


Text Example

White with #4770BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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