#4D196C

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

Shades of Blue Diamond #4D196C

Tints of Blue Diamond #4D196C

Color information

#4D196C (or 0x4D196C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 19 and 6C. RGB value is (77,25,108). Sum of RGB (Red+Green+Blue) = 77+25+108=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D196C is #B2E693. Grayscale: #313131. Windows color (decimal): -11724436 or 7084365. OLE color: 7084365.

HSL color Cylindrical-coordinate representation of color #4D196C: hue angle of 277.59º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D196C is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7725108-
CMYK0.290.7700.58
HSL277.59º62.41%26.08%-
HSV(B)277.59º76.85%42.35%-
XYZ6.113.3614.51-
YUV50.01160.73147.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=36.67%
G=11.90%
B=51.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77251080.290.7700.58277.5962.4126.08
Hex4D196C1D4D03A1163e1a
Octal11531154351150724267632
Binary1001101110011101100111011001101011101010001011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,108); }

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

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

 a { background-color: rgb(77,25,108); }

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

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

 span { border-color: rgb(77,25,108); }

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