Html Css Color HEX #493762 Meteorite

📋 copy color: '#493762'

red 73 ◦ green 55 ◦ blue 98

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

Shades of Meteorite #493762

Tints of Meteorite #493762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 32.3%
G = 24.34%
B = 43.36%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#493762 (or 0x493762) is known color: Meteorite. HEX triplet: 49, 37 and 62. RGB value is (73,55,98). Sum of RGB (Red+Green+Blue) = 73+55+98=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #493762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493762 is #B6C89D. Grayscale: #414141. Windows color (decimal): -11978910 or 6436681. OLE color: 6436681.

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

Color convert

RGB 73 55 98 -
CMYK 0.26 0.44 0 0.62
HSL 265.12º 0.28% 0.3% -
HSV(B) 265.12º 0.44% 0.38% -
XYZ 6.32 5.03 12.19 -
YUV 65.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 73 55 98 0.26 0.44 0 0.62 265.12 0.28 0.3
Hex 49 37 62 1A 2C 0 3E 109 1C 1E
Octal 111 67 142 32 54 0 76 411 34 36
Binary 1001001 110111 1100010 11010 101100 0 111110 100001001 11100 11110

Color Harmonies of #493762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493762

Black with #493762

Text Example


Text Example

White with #493762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493762; }

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

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

background-color css

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

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

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

border-color css

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

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

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