Html Css Color HEX #484591 Dark Slate Blue

📋 copy color: '#484591'

red 72 ◦ green 69 ◦ blue 145

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

Shades of Dark Slate Blue #484591

Tints of Dark Slate Blue #484591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 25.17%
G = 24.13%
B = 50.7%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484591 (or 0x484591) is known color: Dark Slate Blue. HEX triplet: 48, 45 and 91. RGB value is (72,69,145). Sum of RGB (Red+Green+Blue) = 72+69+145=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #484591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484591 is #B7BA6E. Grayscale: #4E4E4E. Windows color (decimal): -12040815 or 9520456. OLE color: 9520456.

HSL color Cylindrical-coordinate representation of color #484591: hue angle of 242.37º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #484591 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 69 145 -
CMYK 0.50 0.52 0 0.43
HSL 242.37º 0.36% 0.42% -
HSV(B) 242.37º 0.52% 0.57% -
XYZ 9.91 7.68 27.75 -
YUV 78.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 72 69 145 0.50 0.52 0 0.43 242.37 0.36 0.42
Hex 48 45 91 32 34 0 2B F2 24 2A
Octal 110 105 221 62 64 0 53 362 44 52
Binary 1001000 1000101 10010001 110010 110100 0 101011 11110010 100100 101010

Color Harmonies of #484591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484591

Black with #484591

Text Example


Text Example

White with #484591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484591; }

 p { color: rgb(72,69,145); }

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

background-color css

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

 a { background-color: rgb(72,69,145); }

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

border-color css

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

 span { border-color: rgb(72,69,145); }

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