#4D237C

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

Shades of Blue Diamond #4D237C

Tints of Blue Diamond #4D237C

Color information

#4D237C (or 0x4D237C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 23 and 7C. RGB value is (77,35,124). Sum of RGB (Red+Green+Blue) = 77+35+124=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D237C is #B2DC83. Grayscale: #393939. Windows color (decimal): -11721860 or 8135501. OLE color: 8135501.

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

Color convert

RGB7735124-
CMYK0.380.7200.51
HSL268.31º55.97%31.18%-
HSV(B)268.31º71.77%48.63%-
XYZ7.34.2419.5-
YUV57.7165.41141.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.63%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=32.63%
G=14.83%
B=52.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77351240.380.7200.51268.3155.9731.18
Hex4D237C264803310c381f
Octal11543174461100634147037
Binary100110110001111111001001101001000011001110000110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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