#4D3270

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

Shades of Blue Diamond #4D3270

Tints of Blue Diamond #4D3270

Color information

#4D3270 (or 0x4D3270) is unknown color: approx Blue Diamond. HEX triplet: 4D, 32 and 70. RGB value is (77,50,112). Sum of RGB (Red+Green+Blue) = 77+50+112=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D3270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3270 is #B2CD8F. Grayscale: #404040. Windows color (decimal): -11718032 or 7352909. OLE color: 7352909.

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

Color convert

RGB7750112-
CMYK0.310.5500.56
HSL266.13º38.27%31.76%-
HSV(B)266.13º55.36%43.92%-
XYZ7.135.0315.92-
YUV65.14154.45136.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=32.22%
G=20.92%
B=46.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77501120.310.5500.56266.1338.2731.76
Hex4D32701F3703810a2620
Octal1156216037670704124640
Binary10011011100101110000111111101110111000100001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,112); }

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

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

 a { background-color: rgb(77,50,112); }

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

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

 span { border-color: rgb(77,50,112); }

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