Html Css Color HEX #484A86 Jacksons Purple

📋 copy color: '#484A86'

red 72 ◦ green 74 ◦ blue 134

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

Shades of Jacksons Purple #484A86

Tints of Jacksons Purple #484A86

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.43%

 BLUE value IS 134 (52.73% from 255) = 47.86%

R = 25.71%
G = 26.43%
B = 47.86%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484A86 (or 0x484A86) is known color: Jacksons Purple. HEX triplet: 48, 4A and 86. RGB value is (72,74,134). Sum of RGB (Red+Green+Blue) = 72+74+134=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #484A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A86 is #B7B579. Grayscale: #4F4F4F. Windows color (decimal): -12039546 or 8800840. OLE color: 8800840.

HSL color Cylindrical-coordinate representation of color #484A86: hue angle of 238.06º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #484A86 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 74 134 -
CMYK 0.46 0.45 0 0.47
HSL 238.06º 0.3% 0.4% -
HSV(B) 238.06º 0.46% 0.53% -
XYZ 9.42 8 23.6 -
YUV 80.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 72 74 134 0.46 0.45 0 0.47 238.06 0.3 0.4
Hex 48 4A 86 2E 2D 0 2F EE 1E 28
Octal 110 112 206 56 55 0 57 356 36 50
Binary 1001000 1001010 10000110 101110 101101 0 101111 11101110 11110 101000

Color Harmonies of #484A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A86

Black with #484A86

Text Example


Text Example

White with #484A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A86; }

 p { color: rgb(72,74,134); }

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

background-color css

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

 a { background-color: rgb(72,74,134); }

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

border-color css

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

 span { border-color: rgb(72,74,134); }

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