#4D2671

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

Shades of Blue Diamond #4D2671

Tints of Blue Diamond #4D2671

Color information

#4D2671 (or 0x4D2671) is unknown color: approx Blue Diamond. HEX triplet: 4D, 26 and 71. RGB value is (77,38,113). Sum of RGB (Red+Green+Blue) = 77+38+113=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D2671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2671 is #B2D98E. Grayscale: #393939. Windows color (decimal): -11721103 or 7415373. OLE color: 7415373.

HSL color Cylindrical-coordinate representation of color #4D2671: hue angle of 271.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2671 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7738113-
CMYK0.320.6600.56
HSL271.2º49.67%29.61%-
HSV(B)271.2º66.37%44.31%-
XYZ6.734.1616.07-
YUV58.21158.92141.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.77%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=33.77%
G=16.67%
B=49.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77381130.320.6600.56271.249.6729.61
Hex4D2671204203810f321e
Octal11546161401020704176236
Binary100110110011011100011000001000010011100010000111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,113); }

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

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

 a { background-color: rgb(77,38,113); }

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

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

 span { border-color: rgb(77,38,113); }

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