#4A1669

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

Shades of Blue Diamond #4A1669

Tints of Blue Diamond #4A1669

Color information

#4A1669 (or 0x4A1669) is unknown color: approx Blue Diamond. HEX triplet: 4A, 16 and 69. RGB value is (74,22,105). Sum of RGB (Red+Green+Blue) = 74+22+105=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A1669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1669 is #B5E996. Grayscale: #2E2E2E. Windows color (decimal): -11921815 or 6886986. OLE color: 6886986.

HSL color Cylindrical-coordinate representation of color #4A1669: hue angle of 277.59º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1669 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7422105-
CMYK0.300.7900.59
HSL277.59º65.35%24.9%-
HSV(B)277.59º79.05%41.18%-
XYZ5.663.0513.65-
YUV47.01160.73147.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=36.82%
G=10.95%
B=52.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74221050.300.7900.59277.5965.3524.9
Hex4A16691E4F03B1164119
Octal112261513611707342610131
Binary10010101011011010011111010011110111011100010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,22,105); }

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

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

 a { background-color: rgb(74,22,105); }

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

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

 span { border-color: rgb(74,22,105); }

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