#4C206B

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

Shades of Blue Diamond #4C206B

Tints of Blue Diamond #4C206B

Color information

#4C206B (or 0x4C206B) is unknown color: approx Blue Diamond. HEX triplet: 4C, 20 and 6B. RGB value is (76,32,107). Sum of RGB (Red+Green+Blue) = 76+32+107=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C206B is #B3DF94. Grayscale: #353535. Windows color (decimal): -11788181 or 7020620. OLE color: 7020620.

HSL color Cylindrical-coordinate representation of color #4C206B: hue angle of 275.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C206B is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7632107-
CMYK0.290.7000.58
HSL275.2º53.96%27.25%-
HSV(B)275.2º70.09%41.96%-
XYZ6.153.6314.29-
YUV53.71158.08143.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=35.35%
G=14.88%
B=49.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76321070.290.7000.58275.253.9627.25
Hex4C206B1D4603A113361b
Octal11440153351060724236633
Binary10011001000001101011111011000110011101010001001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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