#4D2377

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

Shades of Blue Diamond #4D2377

Tints of Blue Diamond #4D2377

Color information

#4D2377 (or 0x4D2377) is unknown color: approx Blue Diamond. HEX triplet: 4D, 23 and 77. RGB value is (77,35,119). Sum of RGB (Red+Green+Blue) = 77+35+119=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D2377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2377 is #B2DC88. Grayscale: #383838. Windows color (decimal): -11721865 or 7807821. OLE color: 7807821.

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

Color convert

RGB7735119-
CMYK0.350.7100.53
HSL270º54.55%30.2%-
HSV(B)270º70.59%46.67%-
XYZ6.994.1117.88-
YUV57.13162.91142.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=33.33%
G=15.15%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77351190.350.7100.5327054.5530.2
Hex4D2377234703510e371e
Octal11543167431070654166736
Binary100110110001111101111000111000111011010110000111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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