Html Css Color HEX #483683 Dark Slate Blue

📋 copy color: '#483683'

red 72 ◦ green 54 ◦ blue 131

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

Shades of Dark Slate Blue #483683

Tints of Dark Slate Blue #483683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 28.02%
G = 21.01%
B = 50.97%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#483683 (or 0x483683) is known color: Dark Slate Blue. HEX triplet: 48, 36 and 83. RGB value is (72,54,131). Sum of RGB (Red+Green+Blue) = 72+54+131=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #483683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483683 is #B7C97C. Grayscale: #434343. Windows color (decimal): -12044669 or 8599112. OLE color: 8599112.

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

Color convert

RGB 72 54 131 -
CMYK 0.45 0.59 0 0.49
HSL 254.03º 0.42% 0.36% -
HSV(B) 254.03º 0.59% 0.51% -
XYZ 8.09 5.65 22.14 -
YUV 68.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 72 54 131 0.45 0.59 0 0.49 254.03 0.42 0.36
Hex 48 36 83 2D 3B 0 31 FE 2A 24
Octal 110 66 203 55 73 0 61 376 52 44
Binary 1001000 110110 10000011 101101 111011 0 110001 11111110 101010 100100

Color Harmonies of #483683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483683

Black with #483683

Text Example


Text Example

White with #483683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483683; }

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

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

background-color css

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

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

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

border-color css

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

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

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