#4A217A

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

Shades of Blue Diamond #4A217A

Tints of Blue Diamond #4A217A

Color information

#4A217A (or 0x4A217A) is unknown color: approx Blue Diamond. HEX triplet: 4A, 21 and 7A. RGB value is (74,33,122). Sum of RGB (Red+Green+Blue) = 74+33+122=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A217A is #B5DE85. Grayscale: #373737. Windows color (decimal): -11918982 or 8003914. OLE color: 8003914.

HSL color Cylindrical-coordinate representation of color #4A217A: hue angle of 267.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A217A is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7433122-
CMYK0.390.7300.52
HSL267.64º57.42%30.39%-
HSV(B)267.64º72.95%47.84%-
XYZ6.883.9518.81-
YUV55.4165.58141.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=32.31%
G=14.41%
B=53.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74331220.390.7300.52267.6457.4230.39
Hex4A217A274903410c391e
Octal11241172471110644147136
Binary100101010000111110101001111001001011010010000110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,122); }

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

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

 a { background-color: rgb(74,33,122); }

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

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

 span { border-color: rgb(74,33,122); }

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