#493266

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

Shades of Blue Diamond #493266

Tints of Blue Diamond #493266

Color information

#493266 (or 0x493266) is unknown color: approx Blue Diamond. HEX triplet: 49, 32 and 66. RGB value is (73,50,102). Sum of RGB (Red+Green+Blue) = 73+50+102=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #493266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493266 is #B6CD99. Grayscale: #3E3E3E. Windows color (decimal): -11980186 or 6697545. OLE color: 6697545.

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

Color convert

RGB7350102-
CMYK0.280.5100.6
HSL266.54º34.21%29.8%-
HSV(B)266.54º50.98%40%-
XYZ6.294.6613.14-
YUV62.8150.12135.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=32.44%
G=22.22%
B=45.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal73501020.280.5100.6266.5434.2129.8
Hex4932661C3303C10b221e
Octal1116214634630744134236
Binary1001001110010110011011100110011011110010000101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493266; }

 p { color: rgb(73,50,102); }

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

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

 a { background-color: rgb(73,50,102); }

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

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

 span { border-color: rgb(73,50,102); }

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