#492F71

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

Shades of Blue Diamond #492F71

Tints of Blue Diamond #492F71

Color information

#492F71 (or 0x492F71) is unknown color: approx Blue Diamond. HEX triplet: 49, 2F and 71. RGB value is (73,47,113). Sum of RGB (Red+Green+Blue) = 73+47+113=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #492F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F71 is #B6D08E. Grayscale: #3E3E3E. Windows color (decimal): -11980943 or 7417673. OLE color: 7417673.

HSL color Cylindrical-coordinate representation of color #492F71: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492F71 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7347113-
CMYK0.350.5800.56
HSL263.64º41.25%31.37%-
HSV(B)263.64º58.41%44.31%-
XYZ6.744.6416.16-
YUV62.3156.61135.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 47 (18.75% from 255) = 20.17%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=31.33%
G=20.17%
B=48.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73471130.350.5800.56263.6441.2531.37
Hex492F71233A038108291f
Octal1115716143720704105137
Binary10010011011111110001100011111010011100010000100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492F71; }

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

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

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

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

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

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

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

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