#493268

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

Shades of Blue Diamond #493268

Tints of Blue Diamond #493268

Color information

#493268 (or 0x493268) is unknown color: approx Blue Diamond. HEX triplet: 49, 32 and 68. RGB value is (73,50,104). Sum of RGB (Red+Green+Blue) = 73+50+104=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #493268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493268 is #B6CD97. Grayscale: #3E3E3E. Windows color (decimal): -11980184 or 6828617. OLE color: 6828617.

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

Color convert

RGB7350104-
CMYK0.300.5200.59
HSL265.56º35.06%30.2%-
HSV(B)265.56º51.92%40.78%-
XYZ6.394.713.67-
YUV63.03151.12135.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=32.16%
G=22.03%
B=45.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73501040.300.5200.59265.5635.0630.2
Hex4932681E3403B10a231e
Octal1116215036640734124336
Binary1001001110010110100011110110100011101110000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493268; }

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

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

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

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

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

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

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

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