#4D297C

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

Shades of Blue Diamond #4D297C

Tints of Blue Diamond #4D297C

Color information

#4D297C (or 0x4D297C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 29 and 7C. RGB value is (77,41,124). Sum of RGB (Red+Green+Blue) = 77+41+124=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D297C is #B2D683. Grayscale: #3C3C3C. Windows color (decimal): -11720324 or 8137037. OLE color: 8137037.

HSL color Cylindrical-coordinate representation of color #4D297C: hue angle of 266.02º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D297C is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7741124-
CMYK0.380.6700.51
HSL266.02º50.3%32.35%-
HSV(B)266.02º66.94%48.63%-
XYZ7.494.6219.57-
YUV61.23163.43139.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=31.82%
G=16.94%
B=51.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77411240.380.6700.51266.0250.332.35
Hex4D297C264303310a3220
Octal11551174461030634126240
Binary1001101101001111110010011010000110110011100001010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,124); }

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

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

 a { background-color: rgb(77,41,124); }

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

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

 span { border-color: rgb(77,41,124); }

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