Html Css Color HEX #484388 Dark Slate Blue

📋 copy color: '#484388'

red 72 ◦ green 67 ◦ blue 136

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

Shades of Dark Slate Blue #484388

Tints of Dark Slate Blue #484388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 26.18%
G = 24.36%
B = 49.45%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484388 (or 0x484388) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 88. RGB value is (72,67,136). Sum of RGB (Red+Green+Blue) = 72+67+136=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #484388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484388 is #B7BC77. Grayscale: #4C4C4C. Windows color (decimal): -12041336 or 8930120. OLE color: 8930120.

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

Color convert

RGB 72 67 136 -
CMYK 0.47 0.51 0 0.47
HSL 244.35º 0.34% 0.4% -
HSV(B) 244.35º 0.51% 0.53% -
XYZ 9.12 7.17 24.2 -
YUV 76.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 72 67 136 0.47 0.51 0 0.47 244.35 0.34 0.4
Hex 48 43 88 2F 33 0 2F F4 22 28
Octal 110 103 210 57 63 0 57 364 42 50
Binary 1001000 1000011 10001000 101111 110011 0 101111 11110100 100010 101000

Color Harmonies of #484388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484388

Black with #484388

Text Example


Text Example

White with #484388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484388; }

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

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

background-color css

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

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

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

border-color css

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

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

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