#4782b6

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

Shades of Steel Blue #4782B6

Tints of Steel Blue #4782B6

Color information

#4782B6 (or 0x4782B6) is unknown color: approx Steel Blue. HEX triplet: 47, 82 and B6. RGB value is (71,130,182). Sum of RGB (Red+Green+Blue) = 71+130+182=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #4782B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782B6 is #B87D49. Grayscale: #767676. Windows color (decimal): -12090698 or 11960903. OLE color: 11960903.

HSL color Cylindrical-coordinate representation of color #4782B6: hue angle of 208.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4782B6 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71130182-
CMYK0.610.2900.29
HSL208.11º43.87%49.61%-
HSV(B)208.11º60.99%71.37%-
XYZ19.0220.6847.25-
YUV118.29163.9594.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=18.54%
G=33.94%
B=47.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711301820.610.2900.29208.1143.8749.61
Hex4782B63D1D01Dd02c32
Octal10720226675350353205462
Binary100011110000010101101101111011110101110111010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4782b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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