#4C1E6D

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

Shades of Blue Diamond #4C1E6D

Tints of Blue Diamond #4C1E6D

Color information

#4C1E6D (or 0x4C1E6D) is unknown color: approx Blue Diamond. HEX triplet: 4C, 1E and 6D. RGB value is (76,30,109). Sum of RGB (Red+Green+Blue) = 76+30+109=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C1E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E6D is #B3E192. Grayscale: #343434. Windows color (decimal): -11788691 or 7151180. OLE color: 7151180.

HSL color Cylindrical-coordinate representation of color #4C1E6D: hue angle of 274.94º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1E6D is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7630109-
CMYK0.300.7200.57
HSL274.94º56.83%27.25%-
HSV(B)274.94º72.48%42.75%-
XYZ6.213.5714.83-
YUV52.76159.74144.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=35.35%
G=13.95%
B=50.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76301090.300.7200.57274.9456.8327.25
Hex4C1E6D1E48039113391b
Octal11436155361100714237133
Binary1001100111101101101111101001000011100110001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,30,109); }

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

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

 a { background-color: rgb(76,30,109); }

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

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

 span { border-color: rgb(76,30,109); }

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