Html Css Color HEX #484A83 Jacksons Purple

📋 copy color: '#484A83'

red 72 ◦ green 74 ◦ blue 131

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

Shades of Jacksons Purple #484A83

Tints of Jacksons Purple #484A83

RGB

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

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

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

R = 25.99%
G = 26.71%
B = 47.29%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484A83 (or 0x484A83) is known color: Jacksons Purple. HEX triplet: 48, 4A and 83. RGB value is (72,74,131). Sum of RGB (Red+Green+Blue) = 72+74+131=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #484A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A83 is #B7B57C. Grayscale: #4F4F4F. Windows color (decimal): -12039549 or 8604232. OLE color: 8604232.

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

Color convert

RGB 72 74 131 -
CMYK 0.45 0.44 0 0.49
HSL 237.97º 0.29% 0.4% -
HSV(B) 237.97º 0.45% 0.51% -
XYZ 9.22 7.91 22.51 -
YUV 79.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 72 74 131 0.45 0.44 0 0.49 237.97 0.29 0.4
Hex 48 4A 83 2D 2C 0 31 EE 1D 28
Octal 110 112 203 55 54 0 61 356 35 50
Binary 1001000 1001010 10000011 101101 101100 0 110001 11101110 11101 101000

Color Harmonies of #484A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A83

Black with #484A83

Text Example


Text Example

White with #484A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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