#4C2C77

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

Shades of Blue Diamond #4C2C77

Tints of Blue Diamond #4C2C77

Color information

#4C2C77 (or 0x4C2C77) is unknown color: approx Blue Diamond. HEX triplet: 4C, 2C and 77. RGB value is (76,44,119). Sum of RGB (Red+Green+Blue) = 76+44+119=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2C77 is #B3D388. Grayscale: #3D3D3D. Windows color (decimal): -11785097 or 7810124. OLE color: 7810124.

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

Color convert

RGB7644119-
CMYK0.360.6300.53
HSL265.6º46.01%31.96%-
HSV(B)265.6º63.03%46.67%-
XYZ7.214.6717.97-
YUV62.12160.1137.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=31.80%
G=18.41%
B=49.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76441190.360.6300.53265.646.0131.96
Hex4C2C77243F03510a2e20
Octal1145416744770654125640
Binary100110010110011101111001001111110110101100001010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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