#483D90

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

Shades of Dark Slate Blue #483D90

Tints of Dark Slate Blue #483D90

Color information

#483D90 (or 0x483D90) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3D and 90. RGB value is (72,61,144). Sum of RGB (Red+Green+Blue) = 72+61+144=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #483D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483D90 is #B7C26F. Grayscale: #494949. Windows color (decimal): -12042864 or 9452872. OLE color: 9452872.

HSL color Cylindrical-coordinate representation of color #483D90: hue angle of 247.95º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483D90 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7261144-
CMYK0.500.5800.44
HSL247.95º40.49%40.2%-
HSV(B)247.95º57.64%56.47%-
XYZ9.386.7327.19-
YUV73.75167.64126.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=25.99%
G=22.02%
B=51.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal72611440.500.5800.44247.9540.4940.2
Hex483D90323A02Cf82828
Octal1107522062720543705050
Binary100100011110110010000110010111010010110011111000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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