Html Css Color HEX #484085 Dark Slate Blue

📋 copy color: '#484085'

red 72 ◦ green 64 ◦ blue 133

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

Shades of Dark Slate Blue #484085

Tints of Dark Slate Blue #484085

RGB

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

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

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

R = 26.77%
G = 23.79%
B = 49.44%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484085 (or 0x484085) is known color: Dark Slate Blue. HEX triplet: 48, 40 and 85. RGB value is (72,64,133). Sum of RGB (Red+Green+Blue) = 72+64+133=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #484085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484085 is #B7BF7A. Grayscale: #494949. Windows color (decimal): -12042107 or 8732744. OLE color: 8732744.

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

Color convert

RGB 72 64 133 -
CMYK 0.46 0.52 0 0.48
HSL 246.96º 0.35% 0.39% -
HSV(B) 246.96º 0.52% 0.52% -
XYZ 8.74 6.74 23.03 -
YUV 74.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 72 64 133 0.46 0.52 0 0.48 246.96 0.35 0.39
Hex 48 40 85 2E 34 0 30 F7 23 27
Octal 110 100 205 56 64 0 60 367 43 47
Binary 1001000 1000000 10000101 101110 110100 0 110000 11110111 100011 100111

Color Harmonies of #484085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484085

Black with #484085

Text Example


Text Example

White with #484085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484085; }

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

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

background-color css

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

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

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

border-color css

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

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

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