#4D296A

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

Shades of Blue Diamond #4D296A

Tints of Blue Diamond #4D296A

Color information

#4D296A (or 0x4D296A) is unknown color: approx Blue Diamond. HEX triplet: 4D, 29 and 6A. RGB value is (77,41,106). Sum of RGB (Red+Green+Blue) = 77+41+106=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D296A is #B2D695. Grayscale: #3A3A3A. Windows color (decimal): -11720342 or 6957389. OLE color: 6957389.

HSL color Cylindrical-coordinate representation of color #4D296A: hue angle of 273.23º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D296A is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7741106-
CMYK0.270.6100.58
HSL273.23º44.22%28.82%-
HSV(B)273.23º61.32%41.57%-
XYZ6.464.214.11-
YUV59.17154.43140.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=34.38%
G=18.30%
B=47.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77411060.270.6100.58273.2344.2228.82
Hex4D296A1B3D03A1112c1d
Octal1155115233750724215435
Binary1001101101001110101011011111101011101010001000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,106); }

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

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

 a { background-color: rgb(77,41,106); }

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

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

 span { border-color: rgb(77,41,106); }

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