#4C2677

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

Shades of Blue Diamond #4C2677

Tints of Blue Diamond #4C2677

Color information

#4C2677 (or 0x4C2677) is unknown color: approx Blue Diamond. HEX triplet: 4C, 26 and 77. RGB value is (76,38,119). Sum of RGB (Red+Green+Blue) = 76+38+119=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2677 is #B3D988. Grayscale: #3A3A3A. Windows color (decimal): -11786633 or 7808588. OLE color: 7808588.

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

Color convert

RGB7638119-
CMYK0.360.6800.53
HSL268.15º51.59%30.78%-
HSV(B)268.15º68.07%46.67%-
XYZ74.2517.9-
YUV58.6162.09140.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 38 (15.23% from 255) = 16.31%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=32.62%
G=16.31%
B=51.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76381190.360.6800.53268.1551.5930.78
Hex4C2677244403510c341f
Octal11446167441040654146437
Binary100110010011011101111001001000100011010110000110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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