#4C346C

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

Shades of Blue Diamond #4C346C

Tints of Blue Diamond #4C346C

Color information

#4C346C (or 0x4C346C) is unknown color: approx Blue Diamond. HEX triplet: 4C, 34 and 6C. RGB value is (76,52,108). Sum of RGB (Red+Green+Blue) = 76+52+108=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C346C is #B3CB93. Grayscale: #414141. Windows color (decimal): -11783060 or 7091276. OLE color: 7091276.

HSL color Cylindrical-coordinate representation of color #4C346C: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C346C is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7652108-
CMYK0.300.5200.58
HSL265.71º35%31.37%-
HSV(B)265.71º51.85%42.35%-
XYZ6.925.0814.8-
YUV65.56151.95135.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=32.20%
G=22.03%
B=45.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76521080.300.5200.58265.713531.37
Hex4C346C1E3403A10a231f
Octal1146415436640724124337
Binary1001100110100110110011110110100011101010000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,52,108); }

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

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

 a { background-color: rgb(76,52,108); }

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

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

 span { border-color: rgb(76,52,108); }

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