Html Css Color HEX #484192 Dark Slate Blue

📋 copy color: '#484192'

red 72 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #484192

Tints of Dark Slate Blue #484192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

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

R = 25.44%
G = 22.97%
B = 51.59%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#484192 (or 0x484192) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 92. RGB value is (72,65,146). Sum of RGB (Red+Green+Blue) = 72+65+146=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #484192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484192 is #B7BE6D. Grayscale: #4C4C4C. Windows color (decimal): -12041838 or 9584968. OLE color: 9584968.

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

Color convert

RGB 72 65 146 -
CMYK 0.51 0.55 0 0.43
HSL 245.19º 0.38% 0.41% -
HSV(B) 245.19º 0.55% 0.57% -
XYZ 9.75 7.23 28.08 -
YUV 76.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 72 65 146 0.51 0.55 0 0.43 245.19 0.38 0.41
Hex 48 41 92 33 37 0 2B F5 26 29
Octal 110 101 222 63 67 0 53 365 46 51
Binary 1001000 1000001 10010010 110011 110111 0 101011 11110101 100110 101001

Color Harmonies of #484192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484192

Black with #484192

Text Example


Text Example

White with #484192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484192; }

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

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

background-color css

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

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

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

border-color css

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

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

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