Html Css Color HEX #484485 Dark Slate Blue

📋 copy color: '#484485'

red 72 ◦ green 68 ◦ blue 133

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

Shades of Dark Slate Blue #484485

Tints of Dark Slate Blue #484485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

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

R = 26.37%
G = 24.91%
B = 48.72%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484485 (or 0x484485) is known color: Dark Slate Blue. HEX triplet: 48, 44 and 85. RGB value is (72,68,133). Sum of RGB (Red+Green+Blue) = 72+68+133=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #484485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484485 is #B7BB7A. Grayscale: #4C4C4C. Windows color (decimal): -12041083 or 8733768. OLE color: 8733768.

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

Color convert

RGB 72 68 133 -
CMYK 0.46 0.49 0 0.48
HSL 243.69º 0.32% 0.39% -
HSV(B) 243.69º 0.49% 0.52% -
XYZ 8.97 7.21 23.11 -
YUV 76.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 72 68 133 0.46 0.49 0 0.48 243.69 0.32 0.39
Hex 48 44 85 2E 31 0 30 F4 20 27
Octal 110 104 205 56 61 0 60 364 40 47
Binary 1001000 1000100 10000101 101110 110001 0 110000 11110100 100000 100111

Color Harmonies of #484485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484485

Black with #484485

Text Example


Text Example

White with #484485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484485; }

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

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

background-color css

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

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

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

border-color css

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

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

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