#4A3273

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

Shades of Blue Diamond #4A3273

Tints of Blue Diamond #4A3273

Color information

#4A3273 (or 0x4A3273) is unknown color: approx Blue Diamond. HEX triplet: 4A, 32 and 73. RGB value is (74,50,115). Sum of RGB (Red+Green+Blue) = 74+50+115=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3273 is #B5CD8C. Grayscale: #404040. Windows color (decimal): -11914637 or 7549514. OLE color: 7549514.

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

Color convert

RGB7450115-
CMYK0.360.5700.55
HSL262.15º39.39%32.35%-
HSV(B)262.15º56.52%45.1%-
XYZ7.064.9716.81-
YUV64.59156.45134.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=30.96%
G=20.92%
B=48.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74501150.360.5700.55262.1539.3932.35
Hex4A327324390371062720
Octal1126216344710674064740
Binary100101011001011100111001001110010110111100000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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