#4883B6

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

Shades of Steel Blue #4883B6

Tints of Steel Blue #4883B6

Color information

#4883B6 (or 0x4883B6) is unknown color: approx Steel Blue. HEX triplet: 48, 83 and B6. RGB value is (72,131,182). Sum of RGB (Red+Green+Blue) = 72+131+182=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #4883B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883B6 is #B77C49. Grayscale: #767676. Windows color (decimal): -12024906 or 11961160. OLE color: 11961160.

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

Color convert

RGB72131182-
CMYK0.600.2800.29
HSL207.82º43.31%49.8%-
HSV(B)207.82º60.44%71.37%-
XYZ19.2320.9947.29-
YUV119.17163.4594.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 182 (71.48% from 255) = 47.27%
R=18.70%
G=34.03%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal721311820.600.2800.29207.8243.3149.8
Hex4883B63C1C01Dd02b32
Octal11020326674340353205362
Binary100100010000011101101101111001110001110111010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4883B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4883B6; }

 p { color: rgb(72,131,182); }

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

<style>
 a { background-color: #4883B6; }

 a { background-color: rgb(72,131,182); }

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

<style>
 span { border-color: #4883B6; }

 span { border-color: rgb(72,131,182); }

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