Html Css Color HEX #484488 Dark Slate Blue

📋 copy color: '#484488'

red 72 ◦ green 68 ◦ blue 136

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

Shades of Dark Slate Blue #484488

Tints of Dark Slate Blue #484488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.28%

R = 26.09%
G = 24.64%
B = 49.28%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484488 (or 0x484488) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 88. RGB value is (72,68,136). Sum of RGB (Red+Green+Blue) = 72+68+136=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 136 (53.52% from 255 or 49.28% from 276); Max value from RGB is 136 - color contains mainly: blue. Hex color #484488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484488 is #B7BB77. Grayscale: #4C4C4C. Windows color (decimal): -12041080 or 8930376. OLE color: 8930376.

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

Color convert

RGB 72 68 136 -
CMYK 0.47 0.50 0 0.47
HSL 243.53º 0.33% 0.4% -
HSV(B) 243.53º 0.5% 0.53% -
XYZ 9.18 7.29 24.22 -
YUV 76.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 72 68 136 0.47 0.50 0 0.47 243.53 0.33 0.4
Hex 48 44 88 2F 32 0 2F F4 21 28
Octal 110 104 210 57 62 0 57 364 41 50
Binary 1001000 1000100 10001000 101111 110010 0 101111 11110100 100001 101000

Color Harmonies of #484488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484488

Black with #484488

Text Example


Text Example

White with #484488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484488; }

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

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

background-color css

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

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

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

border-color css

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

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

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