#492578

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

Shades of Blue Diamond #492578

Tints of Blue Diamond #492578

Color information

#492578 (or 0x492578) is unknown color: approx Blue Diamond. HEX triplet: 49, 25 and 78. RGB value is (73,37,120). Sum of RGB (Red+Green+Blue) = 73+37+120=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #492578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492578 is #B6DA87. Grayscale: #383838. Windows color (decimal): -11983496 or 7873865. OLE color: 7873865.

HSL color Cylindrical-coordinate representation of color #492578: hue angle of 266.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492578 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7337120-
CMYK0.390.6900.53
HSL266.02º52.87%30.78%-
HSV(B)266.02º69.17%47.06%-
XYZ6.84.118.2-
YUV57.23163.43139.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=31.74%
G=16.09%
B=52.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73371200.390.6900.53266.0252.8730.78
Hex492578274503510a351f
Octal11145170471050654126537
Binary100100110010111110001001111000101011010110000101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492578; }

 p { color: rgb(73,37,120); }

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

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

 a { background-color: rgb(73,37,120); }

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

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

 span { border-color: rgb(73,37,120); }

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