#4C346A

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

Shades of Blue Diamond #4C346A

Tints of Blue Diamond #4C346A

Color information

#4C346A (or 0x4C346A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 34 and 6A. RGB value is (76,52,106). Sum of RGB (Red+Green+Blue) = 76+52+106=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C346A is #B3CB95. Grayscale: #414141. Windows color (decimal): -11783062 or 6960204. OLE color: 6960204.

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

Color convert

RGB7652106-
CMYK0.280.5100.58
HSL266.67º34.18%30.98%-
HSV(B)266.67º50.94%41.57%-
XYZ6.815.0314.25-
YUV65.33150.95135.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.48%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=32.48%
G=22.22%
B=45.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76521060.280.5100.58266.6734.1830.98
Hex4C346A1C3303A10b221f
Octal1146415234630724134237
Binary1001100110100110101011100110011011101010000101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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