#493263

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

Shades of Blue Diamond #493263

Tints of Blue Diamond #493263

Color information

#493263 (or 0x493263) is unknown color: approx Blue Diamond. HEX triplet: 49, 32 and 63. RGB value is (73,50,99). Sum of RGB (Red+Green+Blue) = 73+50+99=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #493263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493263 is #B6CD9C. Grayscale: #3E3E3E. Windows color (decimal): -11980189 or 6500937. OLE color: 6500937.

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

Color convert

RGB735099-
CMYK0.260.4900.61
HSL268.16º32.89%29.22%-
HSV(B)268.16º49.49%38.82%-
XYZ6.144.612.37-
YUV62.46148.62135.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=32.88%
G=22.52%
B=44.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7350990.260.4900.61268.1632.8929.22
Hex4932631A3103D10c211d
Octal1116214332610754144135
Binary1001001110010110001111010110001011110110000110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493263; }

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

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

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

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

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

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

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

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