#483680

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

Shades of Dark Slate Blue #483680

Tints of Dark Slate Blue #483680

Color information

#483680 (or 0x483680) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 36 and 80. RGB value is (72,54,128). Sum of RGB (Red+Green+Blue) = 72+54+128=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #483680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483680 is #B7C97F. Grayscale: #434343. Windows color (decimal): -12044672 or 8402504. OLE color: 8402504.

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

Color convert

RGB7254128-
CMYK0.440.5800.50
HSL254.59º40.66%35.69%-
HSV(B)254.59º57.81%50.2%-
XYZ7.895.5721.08-
YUV67.82161.96130.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 54 (21.48% from 255) = 21.26%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=28.35%
G=21.26%
B=50.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72541280.440.5800.50254.5940.6635.69
Hex4836802C3A032ff2924
Octal1106620054720623775144
Binary100100011011010000000101100111010011001011111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483680; }

 p { color: rgb(72,54,128); }

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

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

 a { background-color: rgb(72,54,128); }

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

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

 span { border-color: rgb(72,54,128); }

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