#4A2C70

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

Shades of Blue Diamond #4A2C70

Tints of Blue Diamond #4A2C70

Color information

#4A2C70 (or 0x4A2C70) is unknown color: approx Blue Diamond. HEX triplet: 4A, 2C and 70. RGB value is (74,44,112). Sum of RGB (Red+Green+Blue) = 74+44+112=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A2C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2C70 is #B5D38F. Grayscale: #3C3C3C. Windows color (decimal): -11916176 or 7351370. OLE color: 7351370.

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

Color convert

RGB7444112-
CMYK0.340.6100.56
HSL266.47º43.59%30.59%-
HSV(B)266.47º60.71%43.92%-
XYZ6.654.4315.83-
YUV60.72156.94137.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=32.17%
G=19.13%
B=48.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74441120.340.6100.56266.4743.5930.59
Hex4A2C70223D03810a2c1f
Octal1125416042750704125437
Binary10010101011001110000100010111101011100010000101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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