Html Css Color HEX #484492 Dark Slate Blue

📋 copy color: '#484492'

red 72 ◦ green 68 ◦ blue 146

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

Shades of Dark Slate Blue #484492

Tints of Dark Slate Blue #484492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 146 (57.42% from 255) = 51.05%

R = 25.17%
G = 23.78%
B = 51.05%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484492 (or 0x484492) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 92. RGB value is (72,68,146). Sum of RGB (Red+Green+Blue) = 72+68+146=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #484492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484492 is #B7BB6D. Grayscale: #4D4D4D. Windows color (decimal): -12041070 or 9585736. OLE color: 9585736.

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

Color convert

RGB 72 68 146 -
CMYK 0.51 0.53 0 0.43
HSL 243.08º 0.36% 0.42% -
HSV(B) 243.08º 0.53% 0.57% -
XYZ 9.93 7.59 28.14 -
YUV 78.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 72 68 146 0.51 0.53 0 0.43 243.08 0.36 0.42
Hex 48 44 92 33 35 0 2B F3 24 2A
Octal 110 104 222 63 65 0 53 363 44 52
Binary 1001000 1000100 10010010 110011 110101 0 101011 11110011 100100 101010

Color Harmonies of #484492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484492

Black with #484492

Text Example


Text Example

White with #484492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484492; }

 p { color: rgb(72,68,146); }

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

background-color css

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

 a { background-color: rgb(72,68,146); }

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

border-color css

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

 span { border-color: rgb(72,68,146); }

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