#4D187C

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

Shades of Blue Diamond #4D187C

Tints of Blue Diamond #4D187C

Color information

#4D187C (or 0x4D187C) is unknown color: approx Blue Diamond. HEX triplet: 4D, 18 and 7C. RGB value is (77,24,124). Sum of RGB (Red+Green+Blue) = 77+24+124=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D187C is #B2E783. Grayscale: #323232. Windows color (decimal): -11724676 or 8132685. OLE color: 8132685.

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

Color convert

RGB7724124-
CMYK0.380.8100.51
HSL271.8º67.57%29.02%-
HSV(B)271.8º80.65%48.63%-
XYZ7.033.6919.41-
YUV51.25169.06146.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=34.22%
G=10.67%
B=55.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77241240.380.8100.51271.867.5729.02
Hex4D187C2651033110441d
Octal115301744612106342010435
Binary100110111000111110010011010100010110011100010000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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