#493462

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

Shades of Meteorite #493462

Tints of Meteorite #493462

Color information

#493462 (or 0x493462) is unknown color: approx Meteorite. HEX triplet: 49, 34 and 62. RGB value is (73,52,98). Sum of RGB (Red+Green+Blue) = 73+52+98=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #493462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493462 is #B6CB9D. Grayscale: #3F3F3F. Windows color (decimal): -11979678 or 6435913. OLE color: 6435913.

HSL color Cylindrical-coordinate representation of color #493462: hue angle of 267.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493462 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB735298-
CMYK0.260.4700.62
HSL267.39º30.67%29.41%-
HSV(B)267.39º46.94%38.43%-
XYZ6.184.7512.15-
YUV63.52147.46134.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=32.74%
G=23.32%
B=43.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7352980.260.4700.62267.3930.6729.41
Hex4934621A2F03E10b1f1d
Octal1116414232570764133735
Binary100100111010011000101101010111101111101000010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493462; }

 p { color: rgb(73,52,98); }

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

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

 a { background-color: rgb(73,52,98); }

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

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

 span { border-color: rgb(73,52,98); }

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