Html Css Color HEX #484392 Dark Slate Blue

📋 copy color: '#484392'

red 72 ◦ green 67 ◦ blue 146

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

Shades of Dark Slate Blue #484392

Tints of Dark Slate Blue #484392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 25.26%
G = 23.51%
B = 51.23%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484392 (or 0x484392) is known color: Dark Slate Blue. HEX triplet: 48, 43 and 92. RGB value is (72,67,146). Sum of RGB (Red+Green+Blue) = 72+67+146=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #484392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484392 is #B7BC6D. Grayscale: #4D4D4D. Windows color (decimal): -12041326 or 9585480. OLE color: 9585480.

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

Color convert

RGB 72 67 146 -
CMYK 0.51 0.54 0 0.43
HSL 243.8º 0.37% 0.42% -
HSV(B) 243.8º 0.54% 0.57% -
XYZ 9.87 7.47 28.12 -
YUV 77.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 72 67 146 0.51 0.54 0 0.43 243.8 0.37 0.42
Hex 48 43 92 33 36 0 2B F4 25 2A
Octal 110 103 222 63 66 0 53 364 45 52
Binary 1001000 1000011 10010010 110011 110110 0 101011 11110100 100101 101010

Color Harmonies of #484392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484392

Black with #484392

Text Example


Text Example

White with #484392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484392; }

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

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

background-color css

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

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

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

border-color css

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

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

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