#4C1C7D

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

Shades of Blue Diamond #4C1C7D

Tints of Blue Diamond #4C1C7D

Color information

#4C1C7D (or 0x4C1C7D) is unknown color: approx Blue Diamond. HEX triplet: 4C, 1C and 7D. RGB value is (76,28,125). Sum of RGB (Red+Green+Blue) = 76+28+125=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C1C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1C7D is #B3E382. Grayscale: #353535. Windows color (decimal): -11789187 or 8199244. OLE color: 8199244.

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

Color convert

RGB7628125-
CMYK0.390.7800.51
HSL269.69º63.4%30%-
HSV(B)269.69º77.6%49.02%-
XYZ7.13.8519.77-
YUV53.41168.4144.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=33.19%
G=12.23%
B=54.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76281250.390.7800.51269.6963.430
Hex4C1C7D274E03310e3f1e
Octal11434175471160634167736
Binary10011001110011111011001111001110011001110000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,28,125); }

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

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

 a { background-color: rgb(76,28,125); }

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

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

 span { border-color: rgb(76,28,125); }

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