#4A296D

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

Shades of Blue Diamond #4A296D

Tints of Blue Diamond #4A296D

Color information

#4A296D (or 0x4A296D) is unknown color: approx Blue Diamond. HEX triplet: 4A, 29 and 6D. RGB value is (74,41,109). Sum of RGB (Red+Green+Blue) = 74+41+109=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #4A296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A296D is #B5D692. Grayscale: #3A3A3A. Windows color (decimal): -11916947 or 7153994. OLE color: 7153994.

HSL color Cylindrical-coordinate representation of color #4A296D: hue angle of 269.12º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A296D is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7441109-
CMYK0.320.6200.57
HSL269.12º45.33%29.41%-
HSV(B)269.12º62.39%42.75%-
XYZ6.384.1514.93-
YUV58.62156.43138.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=33.04%
G=18.30%
B=48.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74411090.320.6200.57269.1245.3329.41
Hex4A296D203E03910d2d1d
Octal1125115540760714155535
Binary10010101010011101101100000111110011100110000110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,109); }

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

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

 a { background-color: rgb(74,41,109); }

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

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

 span { border-color: rgb(74,41,109); }

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