#484296

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

Shades of Dark Slate Blue #484296

Tints of Dark Slate Blue #484296

Color information

#484296 (or 0x484296) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 96. RGB value is (72,66,150). Sum of RGB (Red+Green+Blue) = 72+66+150=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #484296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484296 is #B7BD69. Grayscale: #4D4D4D. Windows color (decimal): -12041578 or 9847368. OLE color: 9847368.

HSL color Cylindrical-coordinate representation of color #484296: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484296 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7266150-
CMYK0.520.5600.41
HSL244.29º38.89%42.35%-
HSV(B)244.29º56%58.82%-
XYZ10.137.4829.76-
YUV77.37168.99124.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=25%
G=22.92%
B=52.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72661500.520.5600.41244.2938.8942.35
Hex4842963438029f4272a
Octal11010222664700513644752
Binary1001000100001010010110110100111000010100111110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484296; }

 p { color: rgb(72,66,150); }

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

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

 a { background-color: rgb(72,66,150); }

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

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

 span { border-color: rgb(72,66,150); }

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