#484A88

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

Shades of Jacksons Purple #484A88

Tints of Jacksons Purple #484A88

Color information

#484A88 (or 0x484A88) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4A and 88. RGB value is (72,74,136). Sum of RGB (Red+Green+Blue) = 72+74+136=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #484A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A88 is #B7B577. Grayscale: #505050. Windows color (decimal): -12039544 or 8931912. OLE color: 8931912.

HSL color Cylindrical-coordinate representation of color #484A88: hue angle of 238.12º 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 #484A88 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7274136-
CMYK0.470.4600.47
HSL238.12º30.77%40.78%-
HSV(B)238.12º47.06%53.33%-
XYZ9.578.0524.34-
YUV80.47159.34121.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=25.53%
G=26.24%
B=48.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72741360.470.4600.47238.1230.7740.78
Hex484A882F2E02Fee1f29
Octal11011221057560573563751
Binary100100010010101000100010111110111001011111110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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