#483E8C

Color #483E8C Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #483E8C

Tints of Dark Slate Blue #483E8C

Color information

#483E8C (or 0x483E8C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3E and 8C. RGB value is (72,62,140). Sum of RGB (Red+Green+Blue) = 72+62+140=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #483E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E8C is #B7C173. Grayscale: #494949. Windows color (decimal): -12042612 or 9190984. OLE color: 9190984.

HSL color Cylindrical-coordinate representation of color #483E8C: hue angle of 247.69º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #483E8C is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7262140-
CMYK0.490.5600.45
HSL247.69º38.61%39.61%-
HSV(B)247.69º55.71%54.9%-
XYZ9.136.7225.63-
YUV73.88165.31126.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=26.28%
G=22.63%
B=51.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72621400.490.5600.45247.6938.6139.61
Hex483E8C313802Df82728
Octal1107621461700553704750
Binary100100011111010001100110001111000010110111111000100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E8C; }

 p { color: rgb(72,62,140); }

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

<style>
 a { background-color: #483E8C; }

 a { background-color: rgb(72,62,140); }

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

<style>
 span { border-color: #483E8C; }

 span { border-color: rgb(72,62,140); }

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