#4D2F6A

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

Shades of Blue Diamond #4D2F6A

Tints of Blue Diamond #4D2F6A

Color information

#4D2F6A (or 0x4D2F6A) is unknown color: approx Blue Diamond. HEX triplet: 4D, 2F and 6A. RGB value is (77,47,106). Sum of RGB (Red+Green+Blue) = 77+47+106=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D2F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2F6A is #B2D095. Grayscale: #3E3E3E. Windows color (decimal): -11718806 or 6958925. OLE color: 6958925.

HSL color Cylindrical-coordinate representation of color #4D2F6A: hue angle of 270.51º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2F6A is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7747106-
CMYK0.270.5600.58
HSL270.51º38.56%30%-
HSV(B)270.51º55.66%41.57%-
XYZ6.684.6514.18-
YUV62.7152.44138.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 47 (18.75% from 255) = 20.43%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=33.48%
G=20.43%
B=46.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77471060.270.5600.58270.5138.5630
Hex4D2F6A1B3803A10f271e
Octal1155715233700724174736
Binary1001101101111110101011011111000011101010000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,47,106); }

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

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

 a { background-color: rgb(77,47,106); }

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

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

 span { border-color: rgb(77,47,106); }

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