#4D1777

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

Shades of Blue Diamond #4D1777

Tints of Blue Diamond #4D1777

Color information

#4D1777 (or 0x4D1777) is unknown color: approx Blue Diamond. HEX triplet: 4D, 17 and 77. RGB value is (77,23,119). Sum of RGB (Red+Green+Blue) = 77+23+119=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1777 is #B2E888. Grayscale: #313131. Windows color (decimal): -11724937 or 7804749. OLE color: 7804749.

HSL color Cylindrical-coordinate representation of color #4D1777: hue angle of 273.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1777 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7723119-
CMYK0.350.8100.53
HSL273.75º67.61%27.84%-
HSV(B)273.75º80.67%46.67%-
XYZ6.73.5217.78-
YUV50.09166.89147.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=35.16%
G=10.50%
B=54.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77231190.350.8100.53273.7567.6127.84
Hex4D17772351035112441c
Octal115271674312106542210434
Binary100110110111111011110001110100010110101100010010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,119); }

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

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

 a { background-color: rgb(77,23,119); }

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

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

 span { border-color: rgb(77,23,119); }

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