#4A3163

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

Shades of Blue Diamond #4A3163

Tints of Blue Diamond #4A3163

Color information

#4A3163 (or 0x4A3163) is unknown color: approx Blue Diamond. HEX triplet: 4A, 31 and 63. RGB value is (74,49,99). Sum of RGB (Red+Green+Blue) = 74+49+99=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #4A3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3163 is #B5CE9C. Grayscale: #3E3E3E. Windows color (decimal): -11914909 or 6500682. OLE color: 6500682.

HSL color Cylindrical-coordinate representation of color #4A3163: hue angle of 270º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3163 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB744999-
CMYK0.250.5100.61
HSL270º33.78%29.02%-
HSV(B)270º50.51%38.82%-
XYZ6.174.5512.36-
YUV62.18148.78136.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=33.33%
G=22.07%
B=44.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7449990.250.5100.6127033.7829.02
Hex4A3163193303D10e221d
Octal1126114331630754164235
Binary1001010110001110001111001110011011110110000111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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