#4D2C6E

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

Shades of Blue Diamond #4D2C6E

Tints of Blue Diamond #4D2C6E

Color information

#4D2C6E (or 0x4D2C6E) is unknown color: approx Blue Diamond. HEX triplet: 4D, 2C and 6E. RGB value is (77,44,110). Sum of RGB (Red+Green+Blue) = 77+44+110=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D2C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2C6E is #B2D391. Grayscale: #3D3D3D. Windows color (decimal): -11719570 or 7220301. OLE color: 7220301.

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

Color convert

RGB7744110-
CMYK0.30.600.57
HSL270º42.86%30.2%-
HSV(B)270º60%43.14%-
XYZ6.784.515.26-
YUV61.39155.43139.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=33.33%
G=19.05%
B=47.62%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77441100.30.600.5727042.8630.2
Hex4D2C6E1E3C03910e2b1e
Octal1155415636740714165336
Binary1001101101100110111011110111100011100110000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,44,110); }

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

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

 a { background-color: rgb(77,44,110); }

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

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

 span { border-color: rgb(77,44,110); }

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