#4780C0

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

Shades of Steel Blue #4780C0

Tints of Steel Blue #4780C0

Color information

#4780C0 (or 0x4780C0) is unknown color: approx Steel Blue. HEX triplet: 47, 80 and C0. RGB value is (71,128,192). Sum of RGB (Red+Green+Blue) = 71+128+192=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #4780C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4780C0 is #B87F3F. Grayscale: #757575. Windows color (decimal): -12091200 or 12615751. OLE color: 12615751.

HSL color Cylindrical-coordinate representation of color #4780C0: hue angle of 211.74º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4780C0 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71128192-
CMYK0.630.3300.25
HSL211.74º48.99%51.57%-
HSV(B)211.74º63.02%75.29%-
XYZ19.8320.5852.8-
YUV118.25169.6294.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.16%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=18.16%
G=32.74%
B=49.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711281920.630.3300.25211.7448.9951.57
Hex4780C03F21019d43134
Octal10720030077410313246164
Binary1000111100000001100000011111110000101100111010100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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