#492971

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

Shades of Blue Diamond #492971

Tints of Blue Diamond #492971

Color information

#492971 (or 0x492971) is unknown color: approx Blue Diamond. HEX triplet: 49, 29 and 71. RGB value is (73,41,113). Sum of RGB (Red+Green+Blue) = 73+41+113=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #492971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492971 is #B6D68E. Grayscale: #3A3A3A. Windows color (decimal): -11982479 or 7416137. OLE color: 7416137.

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

Color convert

RGB7341113-
CMYK0.350.6400.56
HSL266.67º46.75%30.2%-
HSV(B)266.67º63.72%44.31%-
XYZ6.524.1916.09-
YUV58.78158.6138.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=32.16%
G=18.06%
B=49.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73411130.350.6400.56266.6746.7530.2
Hex492971234003810b2f1e
Octal11151161431000704135736
Binary100100110100111100011000111000000011100010000101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492971; }

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

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

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

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

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

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

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

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