#4C2376

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

Shades of Blue Diamond #4C2376

Tints of Blue Diamond #4C2376

Color information

#4C2376 (or 0x4C2376) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 76. RGB value is (76,35,118). Sum of RGB (Red+Green+Blue) = 76+35+118=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C2376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2376 is #B3DC89. Grayscale: #383838. Windows color (decimal): -11787402 or 7742284. OLE color: 7742284.

HSL color Cylindrical-coordinate representation of color #4C2376: hue angle of 269.64º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2376 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7635118-
CMYK0.360.7000.54
HSL269.64º54.25%30%-
HSV(B)269.64º70.34%46.27%-
XYZ6.854.0517.56-
YUV56.72162.58141.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.19%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=33.19%
G=15.28%
B=51.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76351180.360.7000.54269.6454.2530
Hex4C2376244603610e361e
Octal11443166441060664166636
Binary100110010001111101101001001000110011011010000111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,118); }

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

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

 a { background-color: rgb(76,35,118); }

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

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

 span { border-color: rgb(76,35,118); }

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