#4A3174

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

Shades of Blue Diamond #4A3174

Tints of Blue Diamond #4A3174

Color information

#4A3174 (or 0x4A3174) is unknown color: approx Blue Diamond. HEX triplet: 4A, 31 and 74. RGB value is (74,49,116). Sum of RGB (Red+Green+Blue) = 74+49+116=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A3174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3174 is #B5CE8B. Grayscale: #3F3F3F. Windows color (decimal): -11914892 or 7614794. OLE color: 7614794.

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

Color convert

RGB7449116-
CMYK0.360.5800.55
HSL262.39º40.61%32.35%-
HSV(B)262.39º57.76%45.49%-
XYZ7.074.9117.1-
YUV64.11157.28135.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=30.96%
G=20.50%
B=48.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74491160.360.5800.55262.3940.6132.35
Hex4A3174243A0371062920
Octal1126116444720674065140
Binary100101011000111101001001001110100110111100000110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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