#493167

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

Shades of Blue Diamond #493167

Tints of Blue Diamond #493167

Color information

#493167 (or 0x493167) is unknown color: approx Blue Diamond. HEX triplet: 49, 31 and 67. RGB value is (73,49,103). Sum of RGB (Red+Green+Blue) = 73+49+103=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #493167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493167 is #B6CE98. Grayscale: #3E3E3E. Windows color (decimal): -11980441 or 6762825. OLE color: 6762825.

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

Color convert

RGB7349103-
CMYK0.290.5200.60
HSL266.67º35.53%29.8%-
HSV(B)266.67º52.43%40.39%-
XYZ6.294.5913.39-
YUV62.33150.95135.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=32.44%
G=21.78%
B=45.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73491030.290.5200.60266.6735.5329.8
Hex4931671D3403C10b241e
Octal1116114735640744134436
Binary1001001110001110011111101110100011110010000101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493167; }

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

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

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

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

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

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

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

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