#4A1674

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

Shades of Blue Diamond #4A1674

Tints of Blue Diamond #4A1674

Color information

#4A1674 (or 0x4A1674) is unknown color: approx Blue Diamond. HEX triplet: 4A, 16 and 74. RGB value is (74,22,116). Sum of RGB (Red+Green+Blue) = 74+22+116=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A1674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1674 is #B5E98B. Grayscale: #2F2F2F. Windows color (decimal): -11921804 or 7607882. OLE color: 7607882.

HSL color Cylindrical-coordinate representation of color #4A1674: hue angle of 273.19º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A1674 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7422116-
CMYK0.360.8100.55
HSL273.19º68.12%27.06%-
HSV(B)273.19º81.03%45.49%-
XYZ6.263.2916.83-
YUV48.26166.23146.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=34.91%
G=10.38%
B=54.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74221160.360.8100.55273.1968.1227.06
Hex4A16742451037111441b
Octal112261644412106742110433
Binary100101010110111010010010010100010110111100010001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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