Html Css Color HEX #484490 Dark Slate Blue

📋 copy color: '#484490'

red 72 ◦ green 68 ◦ blue 144

#484490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #484490

Tints of Dark Slate Blue #484490

RGB

 RED value IS 72 (28.52% from 255) = 25.35%

 GREEN value IS 68 (26.95% from 255) = 23.94%

 BLUE value IS 144 (56.64% from 255) = 50.7%

R = 25.35%
G = 23.94%
B = 50.7%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#484490 (or 0x484490) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 90. RGB value is (72,68,144). Sum of RGB (Red+Green+Blue) = 72+68+144=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #484490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484490 is #B7BB6F. Grayscale: #4D4D4D. Windows color (decimal): -12041072 or 9454664. OLE color: 9454664.

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

Color convert

RGB 72 68 144 -
CMYK 0.50 0.53 0 0.44
HSL 243.16º 0.36% 0.42% -
HSV(B) 243.16º 0.53% 0.56% -
XYZ 9.77 7.53 27.32 -
YUV 77.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 72 68 144 0.50 0.53 0 0.44 243.16 0.36 0.42
Hex 48 44 90 32 35 0 2C F3 24 2A
Octal 110 104 220 62 65 0 54 363 44 52
Binary 1001000 1000100 10010000 110010 110101 0 101100 11110011 100100 101010

Color Harmonies of #484490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484490

Black with #484490

Text Example


Text Example

White with #484490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484490; }

 p { color: rgb(72,68,144); }

 H1.HeaderClassName
 {
   color: #484490;
 }
 .AnyTagClassName
 {
   color: #484490;
 }
</style>

background-color css

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

 a { background-color: rgb(72,68,144); }

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

border-color css

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

 span { border-color: rgb(72,68,144); }

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