#493162

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

Shades of Blue Diamond #493162

Tints of Blue Diamond #493162

Color information

#493162 (or 0x493162) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 62. RGB value is (73,49,98). Sum of RGB (Red+Green+Blue) = 73+49+98=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: blue. Hex color #493162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493162 is #B6CE9D. Grayscale: #3D3D3D. Windows color (decimal): -11980446 or 6435145. OLE color: 6435145.

HSL color Cylindrical-coordinate representation of color #493162: hue angle of 269.39º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #493162 is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB734998-
CMYK0.260.500.62
HSL269.39º33.33%28.82%-
HSV(B)269.39º50%38.43%-
XYZ6.054.4912.1-
YUV61.76148.45136.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=33.18%
G=22.27%
B=44.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7349980.260.500.62269.3933.3328.82
Hex4931621A3203E10d211d
Octal1116114232620764154135
Binary1001001110001110001011010110010011111010000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493162; }

 p { color: rgb(73,49,98); }

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

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

 a { background-color: rgb(73,49,98); }

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

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

 span { border-color: rgb(73,49,98); }

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