Html Css Color HEX #484185 Dark Slate Blue

📋 copy color: '#484185'

red 72 ◦ green 65 ◦ blue 133

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

Shades of Dark Slate Blue #484185

Tints of Dark Slate Blue #484185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.26%

R = 26.67%
G = 24.07%
B = 49.26%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484185 (or 0x484185) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 85. RGB value is (72,65,133). Sum of RGB (Red+Green+Blue) = 72+65+133=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #484185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484185 is #B7BE7A. Grayscale: #4A4A4A. Windows color (decimal): -12041851 or 8733000. OLE color: 8733000.

HSL color Cylindrical-coordinate representation of color #484185: hue angle of 246.18º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484185 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 65 133 -
CMYK 0.46 0.51 0 0.48
HSL 246.18º 0.34% 0.39% -
HSV(B) 246.18º 0.51% 0.52% -
XYZ 8.8 6.85 23.05 -
YUV 74.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 72 65 133 0.46 0.51 0 0.48 246.18 0.34 0.39
Hex 48 41 85 2E 33 0 30 F6 22 27
Octal 110 101 205 56 63 0 60 366 42 47
Binary 1001000 1000001 10000101 101110 110011 0 110000 11110110 100010 100111

Color Harmonies of #484185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484185

Black with #484185

Text Example


Text Example

White with #484185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484185; }

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

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

background-color css

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

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

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

border-color css

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

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

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