Html Css Color HEX #484482 Dark Slate Blue

📋 copy color: '#484482'

red 72 ◦ green 68 ◦ blue 130

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

Shades of Dark Slate Blue #484482

Tints of Dark Slate Blue #484482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 26.67%
G = 25.19%
B = 48.15%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484482 (or 0x484482) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 82. RGB value is (72,68,130). Sum of RGB (Red+Green+Blue) = 72+68+130=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #484482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484482 is #B7BB7D. Grayscale: #4C4C4C. Windows color (decimal): -12041086 or 8537160. OLE color: 8537160.

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

Color convert

RGB 72 68 130 -
CMYK 0.45 0.48 0 0.49
HSL 243.87º 0.31% 0.39% -
HSV(B) 243.87º 0.48% 0.51% -
XYZ 8.77 7.12 22.03 -
YUV 76.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 72 68 130 0.45 0.48 0 0.49 243.87 0.31 0.39
Hex 48 44 82 2D 30 0 31 F4 1F 27
Octal 110 104 202 55 60 0 61 364 37 47
Binary 1001000 1000100 10000010 101101 110000 0 110001 11110100 11111 100111

Color Harmonies of #484482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484482

Black with #484482

Text Example


Text Example

White with #484482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484482; }

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

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

background-color css

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

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

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

border-color css

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

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

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