Html Css Color HEX #484E83 Jacksons Purple

📋 copy color: '#484E83'

red 72 ◦ green 78 ◦ blue 131

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

Shades of Jacksons Purple #484E83

Tints of Jacksons Purple #484E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

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

R = 25.62%
G = 27.76%
B = 46.62%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484E83 (or 0x484E83) is known color: Jacksons Purple. HEX triplet: 48, 4E and 83. RGB value is (72,78,131). Sum of RGB (Red+Green+Blue) = 72+78+131=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #484E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E83 is #B7B17C. Grayscale: #525252. Windows color (decimal): -12038525 or 8605256. OLE color: 8605256.

HSL color Cylindrical-coordinate representation of color #484E83: hue angle of 233.9º 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 #484E83 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 78 131 -
CMYK 0.45 0.40 0 0.49
HSL 233.9º 0.29% 0.4% -
HSV(B) 233.9º 0.45% 0.51% -
XYZ 9.49 8.47 22.61 -
YUV 82.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 72 78 131 0.45 0.40 0 0.49 233.9 0.29 0.4
Hex 48 4E 83 2D 28 0 31 EA 1D 28
Octal 110 116 203 55 50 0 61 352 35 50
Binary 1001000 1001110 10000011 101101 101000 0 110001 11101010 11101 101000

Color Harmonies of #484E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E83

Black with #484E83

Text Example


Text Example

White with #484E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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