Html Css Color HEX #484D83 Jacksons Purple

📋 copy color: '#484D83'

red 72 ◦ green 77 ◦ blue 131

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

Shades of Jacksons Purple #484D83

Tints of Jacksons Purple #484D83

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.5%

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

R = 25.71%
G = 27.5%
B = 46.79%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#484D83 (or 0x484D83) is known color: Jacksons Purple. HEX triplet: 48, 4D and 83. RGB value is (72,77,131). Sum of RGB (Red+Green+Blue) = 72+77+131=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #484D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D83 is #B7B27C. Grayscale: #515151. Windows color (decimal): -12038781 or 8605000. OLE color: 8605000.

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

Color convert

RGB 72 77 131 -
CMYK 0.45 0.41 0 0.49
HSL 234.92º 0.29% 0.4% -
HSV(B) 234.92º 0.45% 0.51% -
XYZ 9.42 8.32 22.58 -
YUV 81.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 72 77 131 0.45 0.41 0 0.49 234.92 0.29 0.4
Hex 48 4D 83 2D 29 0 31 EB 1D 28
Octal 110 115 203 55 51 0 61 353 35 50
Binary 1001000 1001101 10000011 101101 101001 0 110001 11101011 11101 101000

Color Harmonies of #484D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D83

Black with #484D83

Text Example


Text Example

White with #484D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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