Html Css Color HEX #484686 Dark Slate Blue

📋 copy color: '#484686'

red 72 ◦ green 70 ◦ blue 134

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

Shades of Dark Slate Blue #484686

Tints of Dark Slate Blue #484686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 26.09%
G = 25.36%
B = 48.55%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484686 (or 0x484686) is known color: Dark Slate Blue. HEX triplet: 48, 46 and 86. RGB value is (72,70,134). Sum of RGB (Red+Green+Blue) = 72+70+134=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #484686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484686 is #B7B979. Grayscale: #4D4D4D. Windows color (decimal): -12040570 or 8799816. OLE color: 8799816.

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

Color convert

RGB 72 70 134 -
CMYK 0.46 0.48 0 0.47
HSL 241.88º 0.31% 0.4% -
HSV(B) 241.88º 0.48% 0.53% -
XYZ 9.17 7.48 23.51 -
YUV 77.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 72 70 134 0.46 0.48 0 0.47 241.88 0.31 0.4
Hex 48 46 86 2E 30 0 2F F2 1F 28
Octal 110 106 206 56 60 0 57 362 37 50
Binary 1001000 1000110 10000110 101110 110000 0 101111 11110010 11111 101000

Color Harmonies of #484686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484686

Black with #484686

Text Example


Text Example

White with #484686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484686; }

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

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

background-color css

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

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

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

border-color css

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

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

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