#4780AD

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

Shades of Steel Blue #4780AD

Tints of Steel Blue #4780AD

Color information

#4780AD (or 0x4780AD) is unknown color: approx Steel Blue. HEX triplet: 47, 80 and AD. RGB value is (71,128,173). Sum of RGB (Red+Green+Blue) = 71+128+173=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #4780AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4780AD is #B87F52. Grayscale: #737373. Windows color (decimal): -12091219 or 11370567. OLE color: 11370567.

HSL color Cylindrical-coordinate representation of color #4780AD: hue angle of 206.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4780AD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71128173-
CMYK0.590.2600.32
HSL206.47º41.8%47.84%-
HSV(B)206.47º58.96%67.84%-
XYZ17.8619.842.41-
YUV116.09160.1295.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.09%
GREEN value IS 128 (50.39% from 255) = 34.41%
BLUE value IS 173 (67.97% from 255) = 46.51%
R=19.09%
G=34.41%
B=46.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711281730.590.2600.32206.4741.847.84
Hex4780AD3B1A020ce2a30
Octal10720025573320403165260
Binary1000111100000001010110111101111010010000011001110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4780AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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