#4C207A

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

Shades of Blue Diamond #4C207A

Tints of Blue Diamond #4C207A

Color information

#4C207A (or 0x4C207A) is unknown color: approx Blue Diamond. HEX triplet: 4C, 20 and 7A. RGB value is (76,32,122). Sum of RGB (Red+Green+Blue) = 76+32+122=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C207A is #B3DF85. Grayscale: #373737. Windows color (decimal): -11788166 or 8003660. OLE color: 8003660.

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

Color convert

RGB7632122-
CMYK0.380.7400.52
HSL269.33º58.44%30.2%-
HSV(B)269.33º73.77%47.84%-
XYZ7.013.9718.81-
YUV55.42165.58142.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=33.04%
G=13.91%
B=53.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76321220.380.7400.52269.3358.4430.2
Hex4C207A264A03410d3a1e
Octal11440172461120644157236
Binary100110010000011110101001101001010011010010000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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