#4C2977

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

Shades of Blue Diamond #4C2977

Tints of Blue Diamond #4C2977

Color information

#4C2977 (or 0x4C2977) is unknown color: approx Blue Diamond. HEX triplet: 4C, 29 and 77. RGB value is (76,41,119). Sum of RGB (Red+Green+Blue) = 76+41+119=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2977 is #B3D688. Grayscale: #3C3C3C. Windows color (decimal): -11785865 or 7809356. OLE color: 7809356.

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

Color convert

RGB7641119-
CMYK0.360.6600.53
HSL266.92º48.75%31.37%-
HSV(B)266.92º65.55%46.67%-
XYZ7.14.4517.94-
YUV60.36161.1139.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=32.20%
G=17.37%
B=50.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76411190.360.6600.53266.9248.7531.37
Hex4C2977244203510b311f
Octal11451167441020654136137
Binary100110010100111101111001001000010011010110000101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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