#4A296B

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

Shades of Blue Diamond #4A296B

Tints of Blue Diamond #4A296B

Color information

#4A296B (or 0x4A296B) is unknown color: approx Blue Diamond. HEX triplet: 4A, 29 and 6B. RGB value is (74,41,107). Sum of RGB (Red+Green+Blue) = 74+41+107=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A296B is #B5D694. Grayscale: #3A3A3A. Windows color (decimal): -11916949 or 7022922. OLE color: 7022922.

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

Color convert

RGB7441107-
CMYK0.310.6200.58
HSL270º44.59%29.02%-
HSV(B)270º61.68%41.96%-
XYZ6.274.114.37-
YUV58.39155.43139.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=33.33%
G=18.47%
B=48.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74411070.310.6200.5827044.5929.02
Hex4A296B1F3E03A10e2d1d
Octal1125115337760724165535
Binary1001010101001110101111111111110011101010000111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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