#4A326B

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

Shades of Blue Diamond #4A326B

Tints of Blue Diamond #4A326B

Color information

#4A326B (or 0x4A326B) is unknown color: approx Blue Diamond. HEX triplet: 4A, 32 and 6B. RGB value is (74,50,107). Sum of RGB (Red+Green+Blue) = 74+50+107=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A326B is #B5CD94. Grayscale: #3F3F3F. Windows color (decimal): -11914645 or 7025226. OLE color: 7025226.

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

Color convert

RGB7450107-
CMYK0.310.5300.58
HSL265.26º36.31%30.78%-
HSV(B)265.26º53.27%41.96%-
XYZ6.624.814.49-
YUV63.67152.45135.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=32.03%
G=21.65%
B=46.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74501070.310.5300.58265.2636.3130.78
Hex4A326B1F3503A109241f
Octal1126215337650724114437
Binary1001010110010110101111111110101011101010000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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