#4D2872

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

Shades of Blue Diamond #4D2872

Tints of Blue Diamond #4D2872

Color information

#4D2872 (or 0x4D2872) is unknown color: approx Blue Diamond. HEX triplet: 4D, 28 and 72. RGB value is (77,40,114). Sum of RGB (Red+Green+Blue) = 77+40+114=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D2872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2872 is #B2D78D. Grayscale: #3B3B3B. Windows color (decimal): -11720590 or 7481421. OLE color: 7481421.

HSL color Cylindrical-coordinate representation of color #4D2872: hue angle of 270º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D2872 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7740114-
CMYK0.320.6500.55
HSL270º48.05%30.2%-
HSV(B)270º64.91%44.71%-
XYZ6.864.3116.39-
YUV59.5158.76140.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=33.33%
G=17.32%
B=49.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77401140.320.6500.5527048.0530.2
Hex4D2872204103710e301e
Octal11550162401010674166036
Binary100110110100011100101000001000001011011110000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,40,114); }

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

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

 a { background-color: rgb(77,40,114); }

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

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

 span { border-color: rgb(77,40,114); }

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