#4D256D

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

Shades of Blue Diamond #4D256D

Tints of Blue Diamond #4D256D

Color information

#4D256D (or 0x4D256D) is unknown color: approx Blue Diamond. HEX triplet: 4D, 25 and 6D. RGB value is (77,37,109). Sum of RGB (Red+Green+Blue) = 77+37+109=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D256D is #B2DA92. Grayscale: #383838. Windows color (decimal): -11721363 or 7152973. OLE color: 7152973.

HSL color Cylindrical-coordinate representation of color #4D256D: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D256D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7737109-
CMYK0.290.6600.57
HSL273.33º49.32%28.63%-
HSV(B)273.33º66.06%42.75%-
XYZ6.484.0114.9-
YUV57.17157.25142.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=34.53%
G=16.59%
B=48.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77371090.290.6600.57273.3349.3228.63
Hex4D256D1D42039111311d
Octal11545155351020714216135
Binary10011011001011101101111011000010011100110001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,109); }

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

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

 a { background-color: rgb(77,37,109); }

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

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

 span { border-color: rgb(77,37,109); }

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