Html Css Color HEX #484189 Dark Slate Blue

📋 copy color: '#484189'

red 72 ◦ green 65 ◦ blue 137

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

Shades of Dark Slate Blue #484189

Tints of Dark Slate Blue #484189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50%

R = 26.28%
G = 23.72%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484189 (or 0x484189) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 89. RGB value is (72,65,137). Sum of RGB (Red+Green+Blue) = 72+65+137=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #484189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484189 is #B7BE76. Grayscale: #4B4B4B. Windows color (decimal): -12041847 or 8995144. OLE color: 8995144.

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

Color convert

RGB 72 65 137 -
CMYK 0.47 0.53 0 0.46
HSL 245.83º 0.36% 0.4% -
HSV(B) 245.83º 0.53% 0.54% -
XYZ 9.08 6.96 24.53 -
YUV 75.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 72 65 137 0.47 0.53 0 0.46 245.83 0.36 0.4
Hex 48 41 89 2F 35 0 2E F6 24 28
Octal 110 101 211 57 65 0 56 366 44 50
Binary 1001000 1000001 10001001 101111 110101 0 101110 11110110 100100 101000

Color Harmonies of #484189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484189

Black with #484189

Text Example


Text Example

White with #484189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484189; }

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

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

background-color css

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

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

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

border-color css

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

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

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