#4D2767

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

Shades of Blue Diamond #4D2767

Tints of Blue Diamond #4D2767

Color information

#4D2767 (or 0x4D2767) is unknown color: approx Blue Diamond. HEX triplet: 4D, 27 and 67. RGB value is (77,39,103). Sum of RGB (Red+Green+Blue) = 77+39+103=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D2767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2767 is #B2D898. Grayscale: #393939. Windows color (decimal): -11720857 or 6760269. OLE color: 6760269.

HSL color Cylindrical-coordinate representation of color #4D2767: hue angle of 275.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D2767 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7739103-
CMYK0.250.6200.60
HSL275.62º45.07%27.84%-
HSV(B)275.62º62.14%40.39%-
XYZ6.234.0113.28-
YUV57.66153.59141.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=35.16%
G=17.81%
B=47.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77391030.250.6200.60275.6245.0727.84
Hex4D2767193E03C1142d1c
Octal1154714731760744245534
Binary1001101100111110011111001111110011110010001010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,39,103); }

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

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

 a { background-color: rgb(77,39,103); }

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

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

 span { border-color: rgb(77,39,103); }

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