#4D1876

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

Shades of Blue Diamond #4D1876

Tints of Blue Diamond #4D1876

Color information

#4D1876 (or 0x4D1876) is unknown color: approx Blue Diamond. HEX triplet: 4D, 18 and 76. RGB value is (77,24,118). Sum of RGB (Red+Green+Blue) = 77+24+118=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1876 is #B2E789. Grayscale: #323232. Windows color (decimal): -11724682 or 7739469. OLE color: 7739469.

HSL color Cylindrical-coordinate representation of color #4D1876: hue angle of 273.83º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D1876 is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7724118-
CMYK0.350.8000.54
HSL273.83º66.2%27.84%-
HSV(B)273.83º79.66%46.27%-
XYZ6.663.5417.47-
YUV50.56166.06146.86-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=35.16%
G=10.96%
B=53.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77241180.350.8000.54273.8366.227.84
Hex4D18762350036112421c
Octal115301664312006642210234
Binary100110111000111011010001110100000110110100010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,24,118); }

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

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

 a { background-color: rgb(77,24,118); }

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

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

 span { border-color: rgb(77,24,118); }

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