#4873BC

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

Shades of Steel Blue #4873BC

Tints of Steel Blue #4873BC

Color information

#4873BC (or 0x4873BC) is unknown color: approx Steel Blue. HEX triplet: 48, 73 and BC. RGB value is (72,115,188). Sum of RGB (Red+Green+Blue) = 72+115+188=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4873BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4873BC is #B78C43. Grayscale: #6E6E6E. Windows color (decimal): -12028996 or 12350280. OLE color: 12350280.

HSL color Cylindrical-coordinate representation of color #4873BC: hue angle of 217.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4873BC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72115188-
CMYK0.620.3900.26
HSL217.76º46.4%50.98%-
HSV(B)217.76º61.7%73.73%-
XYZ17.8817.2749.97-
YUV110.46171.75100.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=19.2%
G=30.67%
B=50.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721151880.620.3900.26217.7646.450.98
Hex4873BC3E2701Ada2e33
Octal11016327476470323325663
Binary100100011100111011110011111010011101101011011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4873BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4873BC; }

 p { color: rgb(72,115,188); }

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

<style>
 a { background-color: #4873BC; }

 a { background-color: rgb(72,115,188); }

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

<style>
 span { border-color: #4873BC; }

 span { border-color: rgb(72,115,188); }

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