#4A196F

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

Shades of Blue Diamond #4A196F

Tints of Blue Diamond #4A196F

Color information

#4A196F (or 0x4A196F) is unknown color: approx Blue Diamond. HEX triplet: 4A, 19 and 6F. RGB value is (74,25,111). Sum of RGB (Red+Green+Blue) = 74+25+111=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A196F is #B5E690. Grayscale: #313131. Windows color (decimal): -11921041 or 7280970. OLE color: 7280970.

HSL color Cylindrical-coordinate representation of color #4A196F: hue angle of 274.19º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A196F is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7425111-
CMYK0.330.7700.56
HSL274.19º63.24%26.67%-
HSV(B)274.19º77.48%43.53%-
XYZ6.043.315.36-
YUV49.46162.73145.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.24%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 111 (43.75% from 255) = 52.86%
R=35.24%
G=11.90%
B=52.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74251110.330.7700.56274.1963.2426.67
Hex4A196F214D0381123f1b
Octal11231157411150704227733
Binary10010101100111011111000011001101011100010001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,111); }

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

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

 a { background-color: rgb(74,25,111); }

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

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

 span { border-color: rgb(74,25,111); }

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