#4C326E

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

Shades of Blue Diamond #4C326E

Tints of Blue Diamond #4C326E

Color information

#4C326E (or 0x4C326E) is unknown color: approx Blue Diamond. HEX triplet: 4C, 32 and 6E. RGB value is (76,50,110). Sum of RGB (Red+Green+Blue) = 76+50+110=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C326E is #B3CD91. Grayscale: #404040. Windows color (decimal): -11783570 or 7221836. OLE color: 7221836.

HSL color Cylindrical-coordinate representation of color #4C326E: hue angle of 266º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C326E is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7650110-
CMYK0.310.5500.57
HSL266º37.5%31.37%-
HSV(B)266º54.55%43.14%-
XYZ6.944.9415.34-
YUV64.61153.61136.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=32.20%
G=21.19%
B=46.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76501100.310.5500.5726637.531.37
Hex4C326E1F3703910a261f
Octal1146215637670714124637
Binary1001100110010110111011111110111011100110000101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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