#483885

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

Shades of Dark Slate Blue #483885

Tints of Dark Slate Blue #483885

Color information

#483885 (or 0x483885) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 38 and 85. RGB value is (72,56,133). Sum of RGB (Red+Green+Blue) = 72+56+133=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #483885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483885 is #B7C77A. Grayscale: #454545. Windows color (decimal): -12044155 or 8730696. OLE color: 8730696.

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

Color convert

RGB7256133-
CMYK0.460.5800.48
HSL252.47º40.74%37.06%-
HSV(B)252.47º57.89%52.16%-
XYZ8.325.922.89-
YUV69.56163.8129.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=27.59%
G=21.46%
B=50.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72561330.460.5800.48252.4740.7437.06
Hex4838852E3A030fc2925
Octal1107020556720603745145
Binary100100011100010000101101110111010011000011111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483885; }

 p { color: rgb(72,56,133); }

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

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

 a { background-color: rgb(72,56,133); }

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

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

 span { border-color: rgb(72,56,133); }

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