#4A196B

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

Shades of Blue Diamond #4A196B

Tints of Blue Diamond #4A196B

Color information

#4A196B (or 0x4A196B) is unknown color: approx Blue Diamond. HEX triplet: 4A, 19 and 6B. RGB value is (74,25,107). Sum of RGB (Red+Green+Blue) = 74+25+107=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A196B is #B5E694. Grayscale: #303030. Windows color (decimal): -11921045 or 7018826. OLE color: 7018826.

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

Color convert

RGB7425107-
CMYK0.310.7700.58
HSL275.85º62.12%25.88%-
HSV(B)275.85º76.64%41.96%-
XYZ5.833.2114.22-
YUV49160.73145.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.92%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 107 (42.19% from 255) = 51.94%
R=35.92%
G=12.14%
B=51.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74251070.310.7700.58275.8562.1225.88
Hex4A196B1F4D03A1143e1a
Octal11231153371150724247632
Binary1001010110011101011111111001101011101010001010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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