Html Css Color HEX #484291 Dark Slate Blue

📋 copy color: '#484291'

red 72 ◦ green 66 ◦ blue 145

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

Shades of Dark Slate Blue #484291

Tints of Dark Slate Blue #484291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 25.44%
G = 23.32%
B = 51.24%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484291 (or 0x484291) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 91. RGB value is (72,66,145). Sum of RGB (Red+Green+Blue) = 72+66+145=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #484291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484291 is #B7BD6E. Grayscale: #4C4C4C. Windows color (decimal): -12041583 or 9519688. OLE color: 9519688.

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

Color convert

RGB 72 66 145 -
CMYK 0.50 0.54 0 0.43
HSL 244.56º 0.37% 0.41% -
HSV(B) 244.56º 0.54% 0.57% -
XYZ 9.73 7.32 27.69 -
YUV 76.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 72 66 145 0.50 0.54 0 0.43 244.56 0.37 0.41
Hex 48 42 91 32 36 0 2B F5 25 29
Octal 110 102 221 62 66 0 53 365 45 51
Binary 1001000 1000010 10010001 110010 110110 0 101011 11110101 100101 101001

Color Harmonies of #484291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484291

Black with #484291

Text Example


Text Example

White with #484291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484291; }

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

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

background-color css

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

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

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

border-color css

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

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

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