Html Css Color HEX #484283 Dark Slate Blue

📋 copy color: '#484283'

red 72 ◦ green 66 ◦ blue 131

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

Shades of Dark Slate Blue #484283

Tints of Dark Slate Blue #484283

RGB

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

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

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

R = 26.77%
G = 24.54%
B = 48.7%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484283 (or 0x484283) is known color: Dark Slate Blue. HEX triplet: 48, 42 and 83. RGB value is (72,66,131). Sum of RGB (Red+Green+Blue) = 72+66+131=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #484283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484283 is #B7BD7C. Grayscale: #4A4A4A. Windows color (decimal): -12041597 or 8602184. OLE color: 8602184.

HSL color Cylindrical-coordinate representation of color #484283: hue angle of 245.54º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #484283 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 66 131 -
CMYK 0.45 0.50 0 0.49
HSL 245.54º 0.33% 0.39% -
HSV(B) 245.54º 0.5% 0.51% -
XYZ 8.72 6.91 22.35 -
YUV 75.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 72 66 131 0.45 0.50 0 0.49 245.54 0.33 0.39
Hex 48 42 83 2D 32 0 31 F6 21 27
Octal 110 102 203 55 62 0 61 366 41 47
Binary 1001000 1000010 10000011 101101 110010 0 110001 11110110 100001 100111

Color Harmonies of #484283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484283

Black with #484283

Text Example


Text Example

White with #484283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484283; }

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

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

background-color css

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

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

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

border-color css

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

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

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