#492171

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

Shades of Blue Diamond #492171

Tints of Blue Diamond #492171

Color information

#492171 (or 0x492171) is unknown color: approx Blue Diamond. HEX triplet: 49, 21 and 71. RGB value is (73,33,113). Sum of RGB (Red+Green+Blue) = 73+33+113=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #492171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492171 is #B6DE8E. Grayscale: #353535. Windows color (decimal): -11984527 or 7414089. OLE color: 7414089.

HSL color Cylindrical-coordinate representation of color #492171: hue angle of 270º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492171 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7333113-
CMYK0.350.7100.56
HSL270º54.79%28.63%-
HSV(B)270º70.8%44.31%-
XYZ6.273.716.01-
YUV54.08161.25141.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 113 (44.53% from 255) = 51.60%
R=33.33%
G=15.07%
B=51.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73331130.350.7100.5627054.7928.63
Hex492171234703810e371d
Octal11141161431070704166735
Binary100100110000111100011000111000111011100010000111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492171; }

 p { color: rgb(73,33,113); }

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

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

 a { background-color: rgb(73,33,113); }

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

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

 span { border-color: rgb(73,33,113); }

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