#4782A7

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

Shades of Steel Blue #4782A7

Tints of Steel Blue #4782A7

Color information

#4782A7 (or 0x4782A7) is unknown color: approx Steel Blue. HEX triplet: 47, 82 and A7. RGB value is (71,130,167). Sum of RGB (Red+Green+Blue) = 71+130+167=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 167 - color contains mainly: blue. Hex color #4782A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4782A7 is #B87D58. Grayscale: #747474. Windows color (decimal): -12090713 or 10977863. OLE color: 10977863.

HSL color Cylindrical-coordinate representation of color #4782A7: hue angle of 203.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4782A7 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71130167-
CMYK0.570.2200.35
HSL203.12º40.34%46.67%-
HSV(B)203.12º57.49%65.49%-
XYZ17.5620.0939.51-
YUV116.58156.4595.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=19.29%
G=35.33%
B=45.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711301670.570.2200.35203.1240.3446.67
Hex4782A73916023cb282f
Octal10720224771260433135057
Binary1000111100000101010011111100110110010001111001011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4782A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4782A7; }

 p { color: rgb(71,130,167); }

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

<style>
 a { background-color: #4782A7; }

 a { background-color: rgb(71,130,167); }

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

<style>
 span { border-color: #4782A7; }

 span { border-color: rgb(71,130,167); }

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