#4C266D

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

Shades of Blue Diamond #4C266D

Tints of Blue Diamond #4C266D

Color information

#4C266D (or 0x4C266D) is unknown color: approx Blue Diamond. HEX triplet: 4C, 26 and 6D. RGB value is (76,38,109). Sum of RGB (Red+Green+Blue) = 76+38+109=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C266D is #B3D992. Grayscale: #393939. Windows color (decimal): -11786643 or 7153228. OLE color: 7153228.

HSL color Cylindrical-coordinate representation of color #4C266D: hue angle of 272.11º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C266D is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7638109-
CMYK0.300.6500.57
HSL272.11º48.3%28.82%-
HSV(B)272.11º65.14%42.75%-
XYZ6.434.0314.91-
YUV57.46157.09141.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=34.08%
G=17.04%
B=48.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76381090.300.6500.57272.1148.328.82
Hex4C266D1E41039110301d
Octal11446155361010714206035
Binary10011001001101101101111101000001011100110001000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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