#4C3272

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

Shades of Blue Diamond #4C3272

Tints of Blue Diamond #4C3272

Color information

#4C3272 (or 0x4C3272) is unknown color: approx Blue Diamond. HEX triplet: 4C, 32 and 72. RGB value is (76,50,114). Sum of RGB (Red+Green+Blue) = 76+50+114=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3272 is #B3CD8D. Grayscale: #404040. Windows color (decimal): -11783566 or 7483980. OLE color: 7483980.

HSL color Cylindrical-coordinate representation of color #4C3272: hue angle of 264.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C3272 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7650114-
CMYK0.330.5600.55
HSL264.38º39.02%32.16%-
HSV(B)264.38º56.14%44.71%-
XYZ7.165.0316.51-
YUV65.07155.61135.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=31.67%
G=20.83%
B=47.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76501140.330.5600.55264.3839.0232.16
Hex4C327221380371082720
Octal1146216241700674104740
Binary100110011001011100101000011110000110111100001000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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