Html Css Color HEX #484180 Dark Slate Blue

📋 copy color: '#484180'

red 72 ◦ green 65 ◦ blue 128

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

Shades of Dark Slate Blue #484180

Tints of Dark Slate Blue #484180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 27.17%
G = 24.53%
B = 48.3%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#484180 (or 0x484180) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 80. RGB value is (72,65,128). Sum of RGB (Red+Green+Blue) = 72+65+128=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #484180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484180 is #B7BE7F. Grayscale: #4A4A4A. Windows color (decimal): -12041856 or 8405320. OLE color: 8405320.

HSL color Cylindrical-coordinate representation of color #484180: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #484180 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 65 128 -
CMYK 0.44 0.49 0 0.50
HSL 246.67º 0.33% 0.38% -
HSV(B) 246.67º 0.49% 0.5% -
XYZ 8.46 6.72 21.27 -
YUV 74.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 72 65 128 0.44 0.49 0 0.50 246.67 0.33 0.38
Hex 48 41 80 2C 31 0 32 F7 21 26
Octal 110 101 200 54 61 0 62 367 41 46
Binary 1001000 1000001 10000000 101100 110001 0 110010 11110111 100001 100110

Color Harmonies of #484180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484180

Black with #484180

Text Example


Text Example

White with #484180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484180; }

 p { color: rgb(72,65,128); }

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

background-color css

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

 a { background-color: rgb(72,65,128); }

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

border-color css

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

 span { border-color: rgb(72,65,128); }

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