Html Css Color HEX #484481 Dark Slate Blue

📋 copy color: '#484481'

red 72 ◦ green 68 ◦ blue 129

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

Shades of Dark Slate Blue #484481

Tints of Dark Slate Blue #484481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.96%

R = 26.77%
G = 25.28%
B = 47.96%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484481 (or 0x484481) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 81. RGB value is (72,68,129). Sum of RGB (Red+Green+Blue) = 72+68+129=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #484481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484481 is #B7BB7E. Grayscale: #4B4B4B. Windows color (decimal): -12041087 or 8471624. OLE color: 8471624.

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

Color convert

RGB 72 68 129 -
CMYK 0.44 0.47 0 0.49
HSL 243.93º 0.31% 0.39% -
HSV(B) 243.93º 0.47% 0.51% -
XYZ 8.7 7.1 21.68 -
YUV 76.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 72 68 129 0.44 0.47 0 0.49 243.93 0.31 0.39
Hex 48 44 81 2C 2F 0 31 F4 1F 27
Octal 110 104 201 54 57 0 61 364 37 47
Binary 1001000 1000100 10000001 101100 101111 0 110001 11110100 11111 100111

Color Harmonies of #484481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484481

Black with #484481

Text Example


Text Example

White with #484481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484481; }

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

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

background-color css

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

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

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

border-color css

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

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

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