#4780BB

Color #4780BB Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4780BB

Tints of Steel Blue #4780BB

Color information

#4780BB (or 0x4780BB) is unknown color: approx Steel Blue. HEX triplet: 47, 80 and BB. RGB value is (71,128,187). Sum of RGB (Red+Green+Blue) = 71+128+187=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #4780BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780BB is #B87F44. Grayscale: #757575. Windows color (decimal): -12091205 or 12288071. OLE color: 12288071.

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

Color convert

RGB71128187-
CMYK0.620.3200.27
HSL210.52º46.03%50.59%-
HSV(B)210.52º62.03%73.33%-
XYZ19.2920.3749.93-
YUV117.68167.1294.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.39%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 48.45%
R=18.39%
G=33.16%
B=48.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711281870.620.3200.27210.5246.0350.59
Hex4780BB3E2001Bd32e33
Octal10720027376400333235663
Binary1000111100000001011101111111010000001101111010011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4780BB;
 }
 .AnyTagClassName
 {
   color: #4780BB;
 }
</style>
background-color css

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

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

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

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

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

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