Html Css Color HEX #4A4982 Jacksons Purple

📋 copy color: '#4A4982'

red 74 ◦ green 73 ◦ blue 130

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

Shades of Jacksons Purple #4A4982

Tints of Jacksons Purple #4A4982

RGB

 RED value IS 74 (29.3% from 255) = 26.71%

 GREEN value IS 73 (28.91% from 255) = 26.35%

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

R = 26.71%
G = 26.35%
B = 46.93%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4A4982 (or 0x4A4982) is known color: Jacksons Purple. HEX triplet: 4A, 49 and 82. RGB value is (74,73,130). Sum of RGB (Red+Green+Blue) = 74+73+130=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #4A4982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4982 is #B5B67D. Grayscale: #4F4F4F. Windows color (decimal): -11908734 or 8538442. OLE color: 8538442.

HSL color Cylindrical-coordinate representation of color #4A4982: hue angle of 241.05º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A4982 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 73 130 -
CMYK 0.43 0.44 0 0.49
HSL 241.05º 0.28% 0.4% -
HSV(B) 241.05º 0.44% 0.51% -
XYZ 9.24 7.83 22.14 -
YUV 79.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 74 73 130 0.43 0.44 0 0.49 241.05 0.28 0.4
Hex 4A 49 82 2B 2C 0 31 F1 1C 28
Octal 112 111 202 53 54 0 61 361 34 50
Binary 1001010 1001001 10000010 101011 101100 0 110001 11110001 11100 101000

Color Harmonies of #4A4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4982

Black with #4A4982

Text Example


Text Example

White with #4A4982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4982; }

 p { color: rgb(74,73,130); }

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

background-color css

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

 a { background-color: rgb(74,73,130); }

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

border-color css

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

 span { border-color: rgb(74,73,130); }

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