#4C216E

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

Shades of Blue Diamond #4C216E

Tints of Blue Diamond #4C216E

Color information

#4C216E (or 0x4C216E) is unknown color: approx Blue Diamond. HEX triplet: 4C, 21 and 6E. RGB value is (76,33,110). Sum of RGB (Red+Green+Blue) = 76+33+110=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C216E is #B3DE91. Grayscale: #363636. Windows color (decimal): -11787922 or 7217484. OLE color: 7217484.

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

Color convert

RGB7633110-
CMYK0.310.700.57
HSL273.51º53.85%28.04%-
HSV(B)273.51º70%43.14%-
XYZ6.343.7515.14-
YUV54.64159.25143.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 110 (43.36% from 255) = 50.23%
R=34.70%
G=15.07%
B=50.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76331100.310.700.57273.5153.8528.04
Hex4C216E1F46039112361c
Octal11441156371060714226634
Binary10011001000011101110111111000110011100110001001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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