#492375

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

Shades of Blue Diamond #492375

Tints of Blue Diamond #492375

Color information

#492375 (or 0x492375) is unknown color: approx Blue Diamond. HEX triplet: 49, 23 and 75. RGB value is (73,35,117). Sum of RGB (Red+Green+Blue) = 73+35+117=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #492375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492375 is #B6DC8A. Grayscale: #373737. Windows color (decimal): -11984011 or 7676745. OLE color: 7676745.

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

Color convert

RGB7335117-
CMYK0.380.7000.54
HSL267.8º53.95%29.8%-
HSV(B)267.8º70.09%45.88%-
XYZ6.563.917.24-
YUV55.71162.59140.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 117 (46.09% from 255) = 52%
R=32.44%
G=15.56%
B=52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73351170.380.7000.54267.853.9529.8
Hex492375264603610c361e
Octal11143165461060664146636
Binary100100110001111101011001101000110011011010000110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492375; }

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

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

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

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

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

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

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

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