#493667

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

Shades of Meteorite #493667

Tints of Meteorite #493667

Color information

#493667 (or 0x493667) is unknown color: approx Meteorite. HEX triplet: 49, 36 and 67. RGB value is (73,54,103). Sum of RGB (Red+Green+Blue) = 73+54+103=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #493667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493667 is #B6C998. Grayscale: #414141. Windows color (decimal): -11979161 or 6764105. OLE color: 6764105.

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

Color convert

RGB7354103-
CMYK0.290.4800.60
HSL263.27º31.21%30.78%-
HSV(B)263.27º47.57%40.39%-
XYZ6.525.0313.46-
YUV65.27149.29133.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 103 (40.62% from 255) = 44.78%
R=31.74%
G=23.48%
B=44.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73541030.290.4800.60263.2731.2130.78
Hex4936671D3003C1071f1f
Octal1116614735600744073737
Binary100100111011011001111110111000001111001000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493667; }

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

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

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

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

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

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

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

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