#4C3277

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

Shades of Blue Diamond #4C3277

Tints of Blue Diamond #4C3277

Color information

#4C3277 (or 0x4C3277) is unknown color: approx Blue Diamond. HEX triplet: 4C, 32 and 77. RGB value is (76,50,119). Sum of RGB (Red+Green+Blue) = 76+50+119=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3277 is #B3CD88. Grayscale: #414141. Windows color (decimal): -11783561 or 7811660. OLE color: 7811660.

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

Color convert

RGB7650119-
CMYK0.360.5800.53
HSL262.61º40.83%33.14%-
HSV(B)262.61º57.98%46.67%-
XYZ7.455.1518.05-
YUV65.64158.11135.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 119 (46.88% from 255) = 48.57%
R=31.02%
G=20.41%
B=48.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76501190.360.5800.53262.6140.8333.14
Hex4C3277243A0351072921
Octal1146216744720654075141
Binary100110011001011101111001001110100110101100000111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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