Html Css Color HEX #484791 Dark Slate Blue

📋 copy color: '#484791'

red 72 ◦ green 71 ◦ blue 145

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

Shades of Dark Slate Blue #484791

Tints of Dark Slate Blue #484791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 25%
G = 24.65%
B = 50.35%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484791 (or 0x484791) is known color: Dark Slate Blue. HEX triplet: 48, 47 and 91. RGB value is (72,71,145). Sum of RGB (Red+Green+Blue) = 72+71+145=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #484791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484791 is #B7B86E. Grayscale: #4F4F4F. Windows color (decimal): -12040303 or 9520968. OLE color: 9520968.

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

Color convert

RGB 72 71 145 -
CMYK 0.50 0.51 0 0.43
HSL 240.81º 0.34% 0.42% -
HSV(B) 240.81º 0.51% 0.57% -
XYZ 10.04 7.93 27.79 -
YUV 79.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 72 71 145 0.50 0.51 0 0.43 240.81 0.34 0.42
Hex 48 47 91 32 33 0 2B F1 22 2A
Octal 110 107 221 62 63 0 53 361 42 52
Binary 1001000 1000111 10010001 110010 110011 0 101011 11110001 100010 101010

Color Harmonies of #484791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484791

Black with #484791

Text Example


Text Example

White with #484791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484791; }

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

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

background-color css

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

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

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

border-color css

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

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

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