Html Css Color HEX #484080 Dark Slate Blue

📋 copy color: '#484080'

red 72 ◦ green 64 ◦ blue 128

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

Shades of Dark Slate Blue #484080

Tints of Dark Slate Blue #484080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.24%

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

R = 27.27%
G = 24.24%
B = 48.48%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#484080 (or 0x484080) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 80. RGB value is (72,64,128). Sum of RGB (Red+Green+Blue) = 72+64+128=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #484080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484080 is #B7BF7F. Grayscale: #494949. Windows color (decimal): -12042112 or 8405064. OLE color: 8405064.

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

Color convert

RGB 72 64 128 -
CMYK 0.44 0.5 0 0.50
HSL 247.5º 0.33% 0.38% -
HSV(B) 247.5º 0.5% 0.5% -
XYZ 8.4 6.6 21.25 -
YUV 73.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 72 64 128 0.44 0.5 0 0.50 247.5 0.33 0.38
Hex 48 40 80 2C 32 0 32 F8 21 26
Octal 110 100 200 54 62 0 62 370 41 46
Binary 1001000 1000000 10000000 101100 110010 0 110010 11111000 100001 100110

Color Harmonies of #484080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484080

Black with #484080

Text Example


Text Example

White with #484080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484080; }

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

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

background-color css

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

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

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

border-color css

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

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

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