#4883BE

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

Shades of Steel Blue #4883BE

Tints of Steel Blue #4883BE

Color information

#4883BE (or 0x4883BE) is unknown color: approx Steel Blue. HEX triplet: 48, 83 and BE. RGB value is (72,131,190). Sum of RGB (Red+Green+Blue) = 72+131+190=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4883BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883BE is #B77C41. Grayscale: #777777. Windows color (decimal): -12024898 or 12485448. OLE color: 12485448.

HSL color Cylindrical-coordinate representation of color #4883BE: hue angle of 210º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4883BE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72131190-
CMYK0.620.3100.25
HSL210º47.58%51.37%-
HSV(B)210º62.11%74.51%-
XYZ20.0821.3351.77-
YUV120.08167.4593.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=18.32%
G=33.33%
B=48.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721311900.620.3100.2521047.5851.37
Hex4883BE3E1F019d23033
Octal11020327676370313226063
Binary100100010000011101111101111101111101100111010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4883BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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