Html Css Color HEX #484086 Dark Slate Blue

📋 copy color: '#484086'

red 72 ◦ green 64 ◦ blue 134

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

Shades of Dark Slate Blue #484086

Tints of Dark Slate Blue #484086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 26.67%
G = 23.7%
B = 49.63%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484086 (or 0x484086) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 86. RGB value is (72,64,134). Sum of RGB (Red+Green+Blue) = 72+64+134=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #484086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484086 is #B7BF79. Grayscale: #4A4A4A. Windows color (decimal): -12042106 or 8798280. OLE color: 8798280.

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

Color convert

RGB 72 64 134 -
CMYK 0.46 0.52 0 0.47
HSL 246.86º 0.35% 0.39% -
HSV(B) 246.86º 0.52% 0.53% -
XYZ 8.81 6.77 23.4 -
YUV 74.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 72 64 134 0.46 0.52 0 0.47 246.86 0.35 0.39
Hex 48 40 86 2E 34 0 2F F7 23 27
Octal 110 100 206 56 64 0 57 367 43 47
Binary 1001000 1000000 10000110 101110 110100 0 101111 11110111 100011 100111

Color Harmonies of #484086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484086

Black with #484086

Text Example


Text Example

White with #484086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484086; }

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

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

background-color css

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

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

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

border-color css

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

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

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