#4D247C

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

Shades of Blue Diamond #4D247C

Tints of Blue Diamond #4D247C

Color information

#4D247C (or 0x4D247C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 24 and 7C. RGB value is (77,36,124). Sum of RGB (Red+Green+Blue) = 77+36+124=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D247C is #B2DB83. Grayscale: #393939. Windows color (decimal): -11721604 or 8135757. OLE color: 8135757.

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

Color convert

RGB7736124-
CMYK0.380.7100.51
HSL267.95º55%31.37%-
HSV(B)267.95º70.97%48.63%-
XYZ7.334.2919.51-
YUV58.29165.08141.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=32.49%
G=15.19%
B=52.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77361240.380.7100.51267.955531.37
Hex4D247C264703310c371f
Octal11544174461070634146737
Binary100110110010011111001001101000111011001110000110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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