#492468

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

Shades of Blue Diamond #492468

Tints of Blue Diamond #492468

Color information

#492468 (or 0x492468) is unknown color: approx Blue Diamond. HEX triplet: 49, 24 and 68. RGB value is (73,36,104). Sum of RGB (Red+Green+Blue) = 73+36+104=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #492468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492468 is #B6DB97. Grayscale: #363636. Windows color (decimal): -11983768 or 6825033. OLE color: 6825033.

HSL color Cylindrical-coordinate representation of color #492468: hue angle of 272.65º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492468 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7336104-
CMYK0.300.6500.59
HSL272.65º48.57%27.45%-
HSV(B)272.65º65.38%40.78%-
XYZ5.883.6813.5-
YUV54.82155.76140.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=34.27%
G=16.90%
B=48.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73361040.300.6500.59272.6548.5727.45
Hex4924681E4103B111311b
Octal11144150361010734216133
Binary10010011001001101000111101000001011101110001000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492468; }

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

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

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

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

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

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

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

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