#483D8C

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

Shades of Dark Slate Blue #483D8C

Tints of Dark Slate Blue #483D8C

Color information

#483D8C (or 0x483D8C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3D and 8C. RGB value is (72,61,140). Sum of RGB (Red+Green+Blue) = 72+61+140=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #483D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D8C is #B7C273. Grayscale: #484848. Windows color (decimal): -12042868 or 9190728. OLE color: 9190728.

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

Color convert

RGB7261140-
CMYK0.490.5600.45
HSL248.35º39.3%39.41%-
HSV(B)248.35º56.43%54.9%-
XYZ9.076.6125.61-
YUV73.29165.64127.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=26.37%
G=22.34%
B=51.28%

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
Decimal72611400.490.5600.45248.3539.339.41
Hex483D8C313802Df82727
Octal1107521461700553704747
Binary100100011110110001100110001111000010110111111000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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