Html Css Color HEX #493E70 Meteorite

📋 copy color: '#493E70'

red 73 ◦ green 62 ◦ blue 112

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

Shades of Meteorite #493E70

Tints of Meteorite #493E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 29.55%
G = 25.1%
B = 45.34%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493E70 (or 0x493E70) is known color: Meteorite. HEX triplet: 49, 3E and 70. RGB value is (73,62,112). Sum of RGB (Red+Green+Blue) = 73+62+112=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #493E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493E70 is #B6C18F. Grayscale: #464646. Windows color (decimal): -11977104 or 7355977. OLE color: 7355977.

HSL color Cylindrical-coordinate representation of color #493E70: hue angle of 253.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493E70 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 62 112 -
CMYK 0.35 0.45 0 0.56
HSL 253.2º 0.29% 0.34% -
HSV(B) 253.2º 0.45% 0.44% -
XYZ 7.39 6.03 16.1 -
YUV 70.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 73 62 112 0.35 0.45 0 0.56 253.2 0.29 0.34
Hex 49 3E 70 23 2D 0 38 FD 1D 22
Octal 111 76 160 43 55 0 70 375 35 42
Binary 1001001 111110 1110000 100011 101101 0 111000 11111101 11101 100010

Color Harmonies of #493E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E70

Black with #493E70

Text Example


Text Example

White with #493E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493E70; }

 p { color: rgb(73,62,112); }

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

background-color css

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

 a { background-color: rgb(73,62,112); }

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

border-color css

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

 span { border-color: rgb(73,62,112); }

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