Html Css Color HEX #493862 Meteorite

📋 copy color: '#493862'

red 73 ◦ green 56 ◦ blue 98

#493862
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #493862

Tints of Meteorite #493862

RGB

 RED value IS 73 (28.91% from 255) = 32.16%

 GREEN value IS 56 (22.27% from 255) = 24.67%

 BLUE value IS 98 (38.67% from 255) = 43.17%

R = 32.16%
G = 24.67%
B = 43.17%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493862 (or 0x493862) is known color: Meteorite. HEX triplet: 49, 38 and 62. RGB value is (73,56,98). Sum of RGB (Red+Green+Blue) = 73+56+98=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #493862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493862 is #B6C79D. Grayscale: #414141. Windows color (decimal): -11978654 or 6436937. OLE color: 6436937.

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

Color convert

RGB 73 56 98 -
CMYK 0.26 0.43 0 0.62
HSL 264.29º 0.27% 0.3% -
HSV(B) 264.29º 0.43% 0.38% -
XYZ 6.37 5.13 12.21 -
YUV 65.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 73 56 98 0.26 0.43 0 0.62 264.29 0.27 0.3
Hex 49 38 62 1A 2B 0 3E 108 1B 1E
Octal 111 70 142 32 53 0 76 410 33 36
Binary 1001001 111000 1100010 11010 101011 0 111110 100001000 11011 11110

Color Harmonies of #493862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493862

Black with #493862

Text Example


Text Example

White with #493862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493862; }

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

 H1.HeaderClassName
 {
   color: #493862;
 }
 .AnyTagClassName
 {
   color: #493862;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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