#484298

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

Shades of Dark Slate Blue #484298

Tints of Dark Slate Blue #484298

Color information

#484298 (or 0x484298) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 42 and 98. RGB value is (72,66,152). Sum of RGB (Red+Green+Blue) = 72+66+152=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #484298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484298 is #B7BD67. Grayscale: #4D4D4D. Windows color (decimal): -12041576 or 9978440. OLE color: 9978440.

HSL color Cylindrical-coordinate representation of color #484298: hue angle of 244.19º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #484298 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7266152-
CMYK0.530.5700.40
HSL244.19º39.45%42.75%-
HSV(B)244.19º56.58%59.61%-
XYZ10.297.5430.62-
YUV77.6169.99124.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=24.83%
G=22.76%
B=52.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72661520.530.5700.40244.1939.4542.75
Hex4842983539028f4272b
Octal11010223065710503644753
Binary1001000100001010011000110101111001010100011110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484298; }

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

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

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

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

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

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

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

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