#4C5082

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

Shades of Jacksons Purple #4C5082

Tints of Jacksons Purple #4C5082

Color information

#4C5082 (or 0x4C5082) is unknown color: approx Jacksons Purple. HEX triplet: 4C, 50 and 82. RGB value is (76,80,130). Sum of RGB (Red+Green+Blue) = 76+80+130=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C5082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5082 is #B3AF7D. Grayscale: #545454. Windows color (decimal): -11775870 or 8540236. OLE color: 8540236.

HSL color Cylindrical-coordinate representation of color #4C5082: hue angle of 235.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C5082 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7680130-
CMYK0.420.3800.49
HSL235.56º26.21%40.39%-
HSV(B)235.56º41.54%50.98%-
XYZ9.888.8922.31-
YUV84.5153.67121.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=26.57%
G=27.97%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76801300.420.3800.49235.5626.2140.39
Hex4C50822A26031ec1a28
Octal11412020252460613543250
Binary100110010100001000001010101010011001100011110110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C5082; }

 p { color: rgb(76,80,130); }

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

<style>
 a { background-color: #4C5082; }

 a { background-color: rgb(76,80,130); }

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

<style>
 span { border-color: #4C5082; }

 span { border-color: rgb(76,80,130); }

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