#492F69

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

Shades of Blue Diamond #492F69

Tints of Blue Diamond #492F69

Color information

#492F69 (or 0x492F69) is unknown color: approx Blue Diamond. HEX triplet: 49, 2F and 69. RGB value is (73,47,105). Sum of RGB (Red+Green+Blue) = 73+47+105=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #492F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F69 is #B6D096. Grayscale: #3D3D3D. Windows color (decimal): -11980951 or 6893385. OLE color: 6893385.

HSL color Cylindrical-coordinate representation of color #492F69: hue angle of 266.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492F69 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7347105-
CMYK0.300.5500.59
HSL266.9º38.16%29.8%-
HSV(B)266.9º55.24%41.18%-
XYZ6.314.4713.89-
YUV61.39152.61136.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 47 (18.75% from 255) = 20.89%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=32.44%
G=20.89%
B=46.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73471050.300.5500.59266.938.1629.8
Hex492F691E3703B10b261e
Octal1115715136670734134636
Binary1001001101111110100111110110111011101110000101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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