#484C88

Color #484C88 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #484C88

Tints of Jacksons Purple #484C88

Color information

#484C88 (or 0x484C88) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4C and 88. RGB value is (72,76,136). Sum of RGB (Red+Green+Blue) = 72+76+136=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #484C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C88 is #B7B377. Grayscale: #515151. Windows color (decimal): -12039032 or 8932424. OLE color: 8932424.

HSL color Cylindrical-coordinate representation of color #484C88: hue angle of 236.25º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484C88 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7276136-
CMYK0.470.4400.47
HSL236.25º30.77%40.78%-
HSV(B)236.25º47.06%53.33%-
XYZ9.78.3224.39-
YUV81.64158.67121.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=25.35%
G=26.76%
B=47.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72761360.470.4400.47236.2530.7740.78
Hex484C882F2C02Fec1f29
Octal11011421057540573543751
Binary100100010011001000100010111110110001011111110110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,76,136); }

 H1.HeaderClassName
 {
   color: #484C88;
 }
 .AnyTagClassName
 {
   color: #484C88;
 }
</style>
background-color css

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

 a { background-color: rgb(72,76,136); }

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

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

 span { border-color: rgb(72,76,136); }

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