#483F8A

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

Shades of Dark Slate Blue #483F8A

Tints of Dark Slate Blue #483F8A

Color information

#483F8A (or 0x483F8A) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3F and 8A. RGB value is (72,63,138). Sum of RGB (Red+Green+Blue) = 72+63+138=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #483F8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483F8A is #B7C075. Grayscale: #494949. Windows color (decimal): -12042358 or 9060168. OLE color: 9060168.

HSL color Cylindrical-coordinate representation of color #483F8A: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #483F8A is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7263138-
CMYK0.480.5400.46
HSL247.2º37.31%39.41%-
HSV(B)247.2º54.35%54.12%-
XYZ9.046.7724.87-
YUV74.24163.98126.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=26.37%
G=23.08%
B=50.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72631380.480.5400.46247.237.3139.41
Hex483F8A303602Ef72527
Octal1107721260660563674547
Binary100100011111110001010110000110110010111011110111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,63,138); }

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

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

 a { background-color: rgb(72,63,138); }

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

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

 span { border-color: rgb(72,63,138); }

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