#4C217A

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

Shades of Blue Diamond #4C217A

Tints of Blue Diamond #4C217A

Color information

#4C217A (or 0x4C217A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 21 and 7A. RGB value is (76,33,122). Sum of RGB (Red+Green+Blue) = 76+33+122=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C217A is #B3DE85. Grayscale: #373737. Windows color (decimal): -11787910 or 8003916. OLE color: 8003916.

HSL color Cylindrical-coordinate representation of color #4C217A: hue angle of 268.99º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C217A is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7633122-
CMYK0.380.7300.52
HSL268.99º57.42%30.39%-
HSV(B)268.99º72.95%47.84%-
XYZ7.044.0318.82-
YUV56165.25142.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=32.90%
G=14.29%
B=52.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76331220.380.7300.52268.9957.4230.39
Hex4C217A264903410d391e
Octal11441172461110644157136
Binary100110010000111110101001101001001011010010000110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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