#493267

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

Shades of Blue Diamond #493267

Tints of Blue Diamond #493267

Color information

#493267 (or 0x493267) is unknown color: approx Blue Diamond. HEX triplet: 49, 32 and 67. RGB value is (73,50,103). Sum of RGB (Red+Green+Blue) = 73+50+103=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #493267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493267 is #B6CD98. Grayscale: #3E3E3E. Windows color (decimal): -11980185 or 6763081. OLE color: 6763081.

HSL color Cylindrical-coordinate representation of color #493267: hue angle of 266.04º degrees, saturation: 0.35, 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 #493267 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7350103-
CMYK0.290.5100.60
HSL266.04º34.64%30%-
HSV(B)266.04º51.46%40.39%-
XYZ6.344.6813.4-
YUV62.92150.62135.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=32.30%
G=22.12%
B=45.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73501030.290.5100.60266.0434.6430
Hex4932671D3303C10a231e
Octal1116214735630744124336
Binary1001001110010110011111101110011011110010000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493267; }

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

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

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

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

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

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

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

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