Html Css Color HEX #484682 Jacksons Purple

📋 copy color: '#484682'

red 72 ◦ green 70 ◦ blue 130

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

Shades of Jacksons Purple #484682

Tints of Jacksons Purple #484682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 26.47%
G = 25.74%
B = 47.79%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484682 (or 0x484682) is known color: Jacksons Purple. HEX triplet: 48, 46 and 82. RGB value is (72,70,130). Sum of RGB (Red+Green+Blue) = 72+70+130=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #484682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484682 is #B7B97D. Grayscale: #4D4D4D. Windows color (decimal): -12040574 or 8537672. OLE color: 8537672.

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

Color convert

RGB 72 70 130 -
CMYK 0.45 0.46 0 0.49
HSL 242º 0.3% 0.39% -
HSV(B) 242º 0.46% 0.51% -
XYZ 8.89 7.37 22.07 -
YUV 77.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 72 70 130 0.45 0.46 0 0.49 242 0.3 0.39
Hex 48 46 82 2D 2E 0 31 F2 1E 27
Octal 110 106 202 55 56 0 61 362 36 47
Binary 1001000 1000110 10000010 101101 101110 0 110001 11110010 11110 100111

Color Harmonies of #484682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484682

Black with #484682

Text Example


Text Example

White with #484682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484682; }

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

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

background-color css

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

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

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

border-color css

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

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

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