Html Css Color HEX #493B70 Meteorite

📋 copy color: '#493B70'

red 73 ◦ green 59 ◦ blue 112

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

Shades of Meteorite #493B70

Tints of Meteorite #493B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.18%

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

R = 29.92%
G = 24.18%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#493B70 (or 0x493B70) is known color: Meteorite. HEX triplet: 49, 3B and 70. RGB value is (73,59,112). Sum of RGB (Red+Green+Blue) = 73+59+112=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #493B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493B70 is #B6C48F. Grayscale: #454545. Windows color (decimal): -11977872 or 7355209. OLE color: 7355209.

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

Color convert

RGB 73 59 112 -
CMYK 0.35 0.47 0 0.56
HSL 255.85º 0.31% 0.34% -
HSV(B) 255.85º 0.47% 0.44% -
XYZ 7.24 5.71 16.05 -
YUV 69.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 73 59 112 0.35 0.47 0 0.56 255.85 0.31 0.34
Hex 49 3B 70 23 2F 0 38 100 1F 22
Octal 111 73 160 43 57 0 70 400 37 42
Binary 1001001 111011 1110000 100011 101111 0 111000 100000000 11111 100010

Color Harmonies of #493B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493B70

Black with #493B70

Text Example


Text Example

White with #493B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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