Html Css Color HEX #484186 Dark Slate Blue

📋 copy color: '#484186'

red 72 ◦ green 65 ◦ blue 134

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

Shades of Dark Slate Blue #484186

Tints of Dark Slate Blue #484186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 26.57%
G = 23.99%
B = 49.45%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484186 (or 0x484186) is known color: Dark Slate Blue. HEX triplet: 48, 41 and 86. RGB value is (72,65,134). Sum of RGB (Red+Green+Blue) = 72+65+134=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #484186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484186 is #B7BE79. Grayscale: #4A4A4A. Windows color (decimal): -12041850 or 8798536. OLE color: 8798536.

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

Color convert

RGB 72 65 134 -
CMYK 0.46 0.51 0 0.47
HSL 246.09º 0.35% 0.39% -
HSV(B) 246.09º 0.51% 0.53% -
XYZ 8.87 6.88 23.41 -
YUV 74.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 72 65 134 0.46 0.51 0 0.47 246.09 0.35 0.39
Hex 48 41 86 2E 33 0 2F F6 23 27
Octal 110 101 206 56 63 0 57 366 43 47
Binary 1001000 1000001 10000110 101110 110011 0 101111 11110110 100011 100111

Color Harmonies of #484186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484186

Black with #484186

Text Example


Text Example

White with #484186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484186; }

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

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

background-color css

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

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

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

border-color css

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

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

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