#483E7C

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

Shades of Dark Slate Blue #483E7C

Tints of Dark Slate Blue #483E7C

Color information

#483E7C (or 0x483E7C) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3E and 7C. RGB value is (72,62,124). Sum of RGB (Red+Green+Blue) = 72+62+124=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #483E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E7C is #B7C183. Grayscale: #474747. Windows color (decimal): -12042628 or 8142408. OLE color: 8142408.

HSL color Cylindrical-coordinate representation of color #483E7C: hue angle of 249.68º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483E7C is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7262124-
CMYK0.420.500.51
HSL249.68º33.33%36.47%-
HSV(B)249.68º50%48.63%-
XYZ8.036.2819.86-
YUV72.06157.31127.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=27.91%
G=24.03%
B=48.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72621240.420.500.51249.6833.3336.47
Hex483E7C2A32033fa2124
Octal1107617452620633724144
Binary10010001111101111100101010110010011001111111010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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