#493165

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

Shades of Blue Diamond #493165

Tints of Blue Diamond #493165

Color information

#493165 (or 0x493165) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 65. RGB value is (73,49,101). Sum of RGB (Red+Green+Blue) = 73+49+101=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #493165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493165 is #B6CE9A. Grayscale: #3D3D3D. Windows color (decimal): -11980443 or 6631753. OLE color: 6631753.

HSL color Cylindrical-coordinate representation of color #493165: hue angle of 267.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493165 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7349101-
CMYK0.280.5100.60
HSL267.69º34.67%29.41%-
HSV(B)267.69º51.49%39.61%-
XYZ6.194.5512.86-
YUV62.1149.95135.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=32.74%
G=21.97%
B=45.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73491010.280.5100.60267.6934.6729.41
Hex4931651C3303C10c231d
Octal1116114534630744144335
Binary1001001110001110010111100110011011110010000110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493165; }

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

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

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

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

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

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

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

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