#4C4E7F

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

Shades of Jacksons Purple #4C4E7F

Tints of Jacksons Purple #4C4E7F

Color information

#4C4E7F (or 0x4C4E7F) is unknown color: approx Jacksons Purple. HEX triplet: 4C, 4E and 7F. RGB value is (76,78,127). Sum of RGB (Red+Green+Blue) = 76+78+127=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C4E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E7F is #B3B180. Grayscale: #525252. Windows color (decimal): -11776385 or 8343116. OLE color: 8343116.

HSL color Cylindrical-coordinate representation of color #4C4E7F: hue angle of 237.65º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4E7F is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7678127-
CMYK0.400.3900.50
HSL237.65º25.12%39.8%-
HSV(B)237.65º40.16%49.8%-
XYZ9.548.5221.22-
YUV82.99152.84123.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.05%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 127 (50% from 255) = 45.20%
R=27.05%
G=27.76%
B=45.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76781270.400.3900.50237.6525.1239.8
Hex4C4E7F2827032ee1928
Octal11411617750470623563150
Binary10011001001110111111110100010011101100101110111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,78,127); }

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

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

 a { background-color: rgb(76,78,127); }

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

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

 span { border-color: rgb(76,78,127); }

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