Html Css Color HEX #483682 Dark Slate Blue

📋 copy color: '#483682'

red 72 ◦ green 54 ◦ blue 130

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

Shades of Dark Slate Blue #483682

Tints of Dark Slate Blue #483682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 28.13%
G = 21.09%
B = 50.78%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#483682 (or 0x483682) is known color: Dark Slate Blue. HEX triplet: 48, 36 and 82. RGB value is (72,54,130). Sum of RGB (Red+Green+Blue) = 72+54+130=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #483682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483682 is #B7C97D. Grayscale: #434343. Windows color (decimal): -12044670 or 8533576. OLE color: 8533576.

HSL color Cylindrical-coordinate representation of color #483682: hue angle of 254.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483682 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 54 130 -
CMYK 0.45 0.58 0 0.49
HSL 254.21º 0.41% 0.36% -
HSV(B) 254.21º 0.58% 0.51% -
XYZ 8.02 5.63 21.78 -
YUV 68.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 72 54 130 0.45 0.58 0 0.49 254.21 0.41 0.36
Hex 48 36 82 2D 3A 0 31 FE 29 24
Octal 110 66 202 55 72 0 61 376 51 44
Binary 1001000 110110 10000010 101101 111010 0 110001 11111110 101001 100100

Color Harmonies of #483682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483682

Black with #483682

Text Example


Text Example

White with #483682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483682; }

 p { color: rgb(72,54,130); }

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

background-color css

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

 a { background-color: rgb(72,54,130); }

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

border-color css

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

 span { border-color: rgb(72,54,130); }

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