#4D3069

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

Shades of Blue Diamond #4D3069

Tints of Blue Diamond #4D3069

Color information

#4D3069 (or 0x4D3069) is unknown color: approx Blue Diamond. HEX triplet: 4D, 30 and 69. RGB value is (77,48,105). Sum of RGB (Red+Green+Blue) = 77+48+105=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D3069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3069 is #B2CF96. Grayscale: #3E3E3E. Windows color (decimal): -11718551 or 6893645. OLE color: 6893645.

HSL color Cylindrical-coordinate representation of color #4D3069: hue angle of 270.53º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D3069 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7748105-
CMYK0.270.5400.59
HSL270.53º37.25%30%-
HSV(B)270.53º54.29%41.18%-
XYZ6.674.7113.92-
YUV63.17151.61137.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=33.48%
G=20.87%
B=45.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77481050.270.5400.59270.5337.2530
Hex4D30691B3603B10f251e
Octal1156015133660734174536
Binary1001101110000110100111011110110011101110000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,105); }

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

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

 a { background-color: rgb(77,48,105); }

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

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

 span { border-color: rgb(77,48,105); }

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