#4C3177

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

Shades of Blue Diamond #4C3177

Tints of Blue Diamond #4C3177

Color information

#4C3177 (or 0x4C3177) is unknown color: approx Blue Diamond. HEX triplet: 4C, 31 and 77. RGB value is (76,49,119). Sum of RGB (Red+Green+Blue) = 76+49+119=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C3177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3177 is #B3CE88. Grayscale: #404040. Windows color (decimal): -11783817 or 7811404. OLE color: 7811404.

HSL color Cylindrical-coordinate representation of color #4C3177: hue angle of 263.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3177 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7649119-
CMYK0.360.5900.53
HSL263.14º41.67%32.94%-
HSV(B)263.14º58.82%46.67%-
XYZ7.415.0718.04-
YUV65.05158.45135.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=31.15%
G=20.08%
B=48.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76491190.360.5900.53263.1441.6732.94
Hex4C3177243B0351072a21
Octal1146116744730654075241
Binary100110011000111101111001001110110110101100000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,119); }

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

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

 a { background-color: rgb(76,49,119); }

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

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

 span { border-color: rgb(76,49,119); }

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