Html Css Color HEX #483E84 Dark Slate Blue

📋 copy color: '#483E84'

red 72 ◦ green 62 ◦ blue 132

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

Shades of Dark Slate Blue #483E84

Tints of Dark Slate Blue #483E84

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

 BLUE value IS 132 (51.95% from 255) = 49.62%

R = 27.07%
G = 23.31%
B = 49.62%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483E84 (or 0x483E84) is known color: Dark Slate Blue. HEX triplet: 48, 3E and 84. RGB value is (72,62,132). Sum of RGB (Red+Green+Blue) = 72+62+132=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #483E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E84 is #B7C17B. Grayscale: #484848. Windows color (decimal): -12042620 or 8666696. OLE color: 8666696.

HSL color Cylindrical-coordinate representation of color #483E84: hue angle of 248.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #483E84 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 62 132 -
CMYK 0.45 0.53 0 0.48
HSL 248.57º 0.36% 0.38% -
HSV(B) 248.57º 0.53% 0.52% -
XYZ 8.56 6.49 22.63 -
YUV 72.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 72 62 132 0.45 0.53 0 0.48 248.57 0.36 0.38
Hex 48 3E 84 2D 35 0 30 F9 24 26
Octal 110 76 204 55 65 0 60 371 44 46
Binary 1001000 111110 10000100 101101 110101 0 110000 11111001 100100 100110

Color Harmonies of #483E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E84

Black with #483E84

Text Example


Text Example

White with #483E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483E84; }

 p { color: rgb(72,62,132); }

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

background-color css

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

 a { background-color: rgb(72,62,132); }

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

border-color css

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

 span { border-color: rgb(72,62,132); }

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