Html Css Color HEX #493F75 Meteorite

📋 copy color: '#493F75'

red 73 ◦ green 63 ◦ blue 117

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

Shades of Meteorite #493F75

Tints of Meteorite #493F75

RGB

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

 GREEN value IS 63 (25% from 255) = 24.9%

 BLUE value IS 117 (46.09% from 255) = 46.25%

R = 28.85%
G = 24.9%
B = 46.25%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#493F75 (or 0x493F75) is known color: Meteorite. HEX triplet: 49, 3F and 75. RGB value is (73,63,117). Sum of RGB (Red+Green+Blue) = 73+63+117=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #493F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F75 is #B6C08A. Grayscale: #474747. Windows color (decimal): -11976843 or 7683913. OLE color: 7683913.

HSL color Cylindrical-coordinate representation of color #493F75: hue angle of 251.11º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #493F75 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 63 117 -
CMYK 0.38 0.46 0 0.54
HSL 251.11º 0.3% 0.35% -
HSV(B) 251.11º 0.46% 0.46% -
XYZ 7.74 6.26 17.63 -
YUV 72.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 73 63 117 0.38 0.46 0 0.54 251.11 0.3 0.35
Hex 49 3F 75 26 2E 0 36 FB 1E 23
Octal 111 77 165 46 56 0 66 373 36 43
Binary 1001001 111111 1110101 100110 101110 0 110110 11111011 11110 100011

Color Harmonies of #493F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F75

Black with #493F75

Text Example


Text Example

White with #493F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,63,117); }

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

background-color css

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

 a { background-color: rgb(73,63,117); }

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

border-color css

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

 span { border-color: rgb(73,63,117); }

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