#4A1770

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

Shades of Blue Diamond #4A1770

Tints of Blue Diamond #4A1770

Color information

#4A1770 (or 0x4A1770) is unknown color: approx Blue Diamond. HEX triplet: 4A, 17 and 70. RGB value is (74,23,112). Sum of RGB (Red+Green+Blue) = 74+23+112=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1770 is #B5E88F. Grayscale: #303030. Windows color (decimal): -11921552 or 7345994. OLE color: 7345994.

HSL color Cylindrical-coordinate representation of color #4A1770: hue angle of 274.38º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1770 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7423112-
CMYK0.340.7900.56
HSL274.38º65.93%26.47%-
HSV(B)274.38º79.46%43.92%-
XYZ6.063.2415.64-
YUV48.4163.9146.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 23 (9.38% from 255) = 11.00%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=35.41%
G=11.00%
B=53.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74231120.340.7900.56274.3865.9326.47
Hex4A1770224F038112421a
Octal112271604211707042210232
Binary100101010111111000010001010011110111000100010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,23,112); }

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

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

 a { background-color: rgb(74,23,112); }

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

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

 span { border-color: rgb(74,23,112); }

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