Html Css Color HEX #484584 Dark Slate Blue

📋 copy color: '#484584'

red 72 ◦ green 69 ◦ blue 132

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

Shades of Dark Slate Blue #484584

Tints of Dark Slate Blue #484584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 26.37%
G = 25.27%
B = 48.35%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484584 (or 0x484584) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 84. RGB value is (72,69,132). Sum of RGB (Red+Green+Blue) = 72+69+132=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #484584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484584 is #B7BA7B. Grayscale: #4C4C4C. Windows color (decimal): -12040828 or 8668488. OLE color: 8668488.

HSL color Cylindrical-coordinate representation of color #484584: hue angle of 242.86º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #484584 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 69 132 -
CMYK 0.45 0.48 0 0.48
HSL 242.86º 0.31% 0.39% -
HSV(B) 242.86º 0.48% 0.52% -
XYZ 8.97 7.3 22.77 -
YUV 77.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 72 69 132 0.45 0.48 0 0.48 242.86 0.31 0.39
Hex 48 45 84 2D 30 0 30 F3 1F 27
Octal 110 105 204 55 60 0 60 363 37 47
Binary 1001000 1000101 10000100 101101 110000 0 110000 11110011 11111 100111

Color Harmonies of #484584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484584

Black with #484584

Text Example


Text Example

White with #484584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484584; }

 p { color: rgb(72,69,132); }

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

background-color css

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

 a { background-color: rgb(72,69,132); }

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

border-color css

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

 span { border-color: rgb(72,69,132); }

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