#4A3272

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

Shades of Blue Diamond #4A3272

Tints of Blue Diamond #4A3272

Color information

#4A3272 (or 0x4A3272) is unknown color: approx Blue Diamond. HEX triplet: 4A, 32 and 72. RGB value is (74,50,114). Sum of RGB (Red+Green+Blue) = 74+50+114=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3272 is #B5CD8D. Grayscale: #404040. Windows color (decimal): -11914638 or 7483978. OLE color: 7483978.

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

Color convert

RGB7450114-
CMYK0.350.5600.55
HSL262.5º39.02%32.16%-
HSV(B)262.5º56.14%44.71%-
XYZ74.9516.51-
YUV64.47155.95134.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=31.09%
G=21.01%
B=47.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74501140.350.5600.55262.539.0232.16
Hex4A327223380371062720
Octal1126216243700674064740
Binary100101011001011100101000111110000110111100000110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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