Html Css Color HEX #484285 Dark Slate Blue

📋 copy color: '#484285'

red 72 ◦ green 66 ◦ blue 133

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

Shades of Dark Slate Blue #484285

Tints of Dark Slate Blue #484285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 26.57%
G = 24.35%
B = 49.08%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#484285 (or 0x484285) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 85. RGB value is (72,66,133). Sum of RGB (Red+Green+Blue) = 72+66+133=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #484285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484285 is #B7BD7A. Grayscale: #4B4B4B. Windows color (decimal): -12041595 or 8733256. OLE color: 8733256.

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

Color convert

RGB 72 66 133 -
CMYK 0.46 0.50 0 0.48
HSL 245.37º 0.34% 0.39% -
HSV(B) 245.37º 0.5% 0.52% -
XYZ 8.85 6.97 23.07 -
YUV 75.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 72 66 133 0.46 0.50 0 0.48 245.37 0.34 0.39
Hex 48 42 85 2E 32 0 30 F5 22 27
Octal 110 102 205 56 62 0 60 365 42 47
Binary 1001000 1000010 10000101 101110 110010 0 110000 11110101 100010 100111

Color Harmonies of #484285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484285

Black with #484285

Text Example


Text Example

White with #484285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484285; }

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

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

background-color css

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

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

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

border-color css

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

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

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