Html Css Color HEX #483884 Dark Slate Blue

📋 copy color: '#483884'

red 72 ◦ green 56 ◦ blue 132

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

Shades of Dark Slate Blue #483884

Tints of Dark Slate Blue #483884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 27.69%
G = 21.54%
B = 50.77%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#483884 (or 0x483884) is known color: Dark Slate Blue. HEX triplet: 48, 38 and 84. RGB value is (72,56,132). Sum of RGB (Red+Green+Blue) = 72+56+132=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #483884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483884 is #B7C77B. Grayscale: #454545. Windows color (decimal): -12044156 or 8665160. OLE color: 8665160.

HSL color Cylindrical-coordinate representation of color #483884: hue angle of 252.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483884 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 56 132 -
CMYK 0.45 0.58 0 0.48
HSL 252.63º 0.4% 0.37% -
HSV(B) 252.63º 0.58% 0.52% -
XYZ 8.25 5.87 22.53 -
YUV 69.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 72 56 132 0.45 0.58 0 0.48 252.63 0.4 0.37
Hex 48 38 84 2D 3A 0 30 FD 28 25
Octal 110 70 204 55 72 0 60 375 50 45
Binary 1001000 111000 10000100 101101 111010 0 110000 11111101 101000 100101

Color Harmonies of #483884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483884

Black with #483884

Text Example


Text Example

White with #483884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483884; }

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

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

background-color css

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

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

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

border-color css

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

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

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