#4E197C

Color #4E197C Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4E197C

Tints of Blue Diamond #4E197C

Color information

#4E197C (or 0x4E197C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 19 and 7C. RGB value is (78,25,124). Sum of RGB (Red+Green+Blue) = 78+25+124=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E197C is #B1E683. Grayscale: #333333. Windows color (decimal): -11658884 or 8132942. OLE color: 8132942.

HSL color Cylindrical-coordinate representation of color #4E197C: hue angle of 272.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E197C is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7825124-
CMYK0.370.8000.51
HSL272.12º66.44%29.22%-
HSV(B)272.12º79.84%48.63%-
XYZ7.133.7719.42-
YUV52.13168.56146.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=34.36%
G=11.01%
B=54.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78251240.370.8000.51272.1266.4429.22
Hex4E197C2550033110421d
Octal116311744512006342010235
Binary100111011001111110010010110100000110011100010000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,124); }

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

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

 a { background-color: rgb(78,25,124); }

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

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

 span { border-color: rgb(78,25,124); }

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