#4C1D7C

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

Shades of Blue Diamond #4C1D7C

Tints of Blue Diamond #4C1D7C

Color information

#4C1D7C (or 0x4C1D7C) is unknown color: approx Blue Diamond. HEX triplet: 4C, 1D and 7C. RGB value is (76,29,124). Sum of RGB (Red+Green+Blue) = 76+29+124=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C1D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1D7C is #B3E283. Grayscale: #353535. Windows color (decimal): -11788932 or 8133964. OLE color: 8133964.

HSL color Cylindrical-coordinate representation of color #4C1D7C: hue angle of 269.68º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C1D7C is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7629124-
CMYK0.390.7700.51
HSL269.68º62.09%30%-
HSV(B)269.68º76.61%48.63%-
XYZ7.063.8719.44-
YUV53.88167.57143.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 29 (11.72% from 255) = 12.66%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=33.19%
G=12.66%
B=54.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76291240.390.7700.51269.6862.0930
Hex4C1D7C274D03310e3e1e
Octal11435174471150634167636
Binary10011001110111111001001111001101011001110000111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,124); }

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

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

 a { background-color: rgb(76,29,124); }

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

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

 span { border-color: rgb(76,29,124); }

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