#492771

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

Shades of Blue Diamond #492771

Tints of Blue Diamond #492771

Color information

#492771 (or 0x492771) is unknown color: approx Blue Diamond. HEX triplet: 49, 27 and 71. RGB value is (73,39,113). Sum of RGB (Red+Green+Blue) = 73+39+113=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #492771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492771 is #B6D88E. Grayscale: #393939. Windows color (decimal): -11982991 or 7415625. OLE color: 7415625.

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

Color convert

RGB7339113-
CMYK0.350.6500.56
HSL267.57º48.68%29.8%-
HSV(B)267.57º65.49%44.31%-
XYZ6.454.0616.07-
YUV57.6159.26138.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=32.44%
G=17.33%
B=50.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73391130.350.6500.56267.5748.6829.8
Hex492771234103810c311e
Octal11147161431010704146136
Binary100100110011111100011000111000001011100010000110011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492771; }

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

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

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

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

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

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

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

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