#492475

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

Shades of Blue Diamond #492475

Tints of Blue Diamond #492475

Color information

#492475 (or 0x492475) is unknown color: approx Blue Diamond. HEX triplet: 49, 24 and 75. RGB value is (73,36,117). Sum of RGB (Red+Green+Blue) = 73+36+117=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #492475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492475 is #B6DB8A. Grayscale: #383838. Windows color (decimal): -11983755 or 7677001. OLE color: 7677001.

HSL color Cylindrical-coordinate representation of color #492475: hue angle of 267.41º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492475 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7336117-
CMYK0.380.6900.54
HSL267.41º52.94%30%-
HSV(B)267.41º69.23%45.88%-
XYZ6.593.9617.25-
YUV56.3162.26139.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=32.30%
G=15.93%
B=51.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73361170.380.6900.54267.4152.9430
Hex492475264503610b351e
Octal11144165461050664136536
Binary100100110010011101011001101000101011011010000101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492475; }

 p { color: rgb(73,36,117); }

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

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

 a { background-color: rgb(73,36,117); }

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

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

 span { border-color: rgb(73,36,117); }

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