Html Css Color HEX #493F72 Meteorite

📋 copy color: '#493F72'

red 73 ◦ green 63 ◦ blue 114

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

Shades of Meteorite #493F72

Tints of Meteorite #493F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 29.2%
G = 25.2%
B = 45.6%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#493F72 (or 0x493F72) is known color: Meteorite. HEX triplet: 49, 3F and 72. RGB value is (73,63,114). Sum of RGB (Red+Green+Blue) = 73+63+114=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #493F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F72 is #B6C08D. Grayscale: #474747. Windows color (decimal): -11976846 or 7487305. OLE color: 7487305.

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

Color convert

RGB 73 63 114 -
CMYK 0.36 0.45 0 0.55
HSL 251.76º 0.29% 0.35% -
HSV(B) 251.76º 0.45% 0.45% -
XYZ 7.56 6.19 16.72 -
YUV 71.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 73 63 114 0.36 0.45 0 0.55 251.76 0.29 0.35
Hex 49 3F 72 24 2D 0 37 FC 1D 23
Octal 111 77 162 44 55 0 67 374 35 43
Binary 1001001 111111 1110010 100100 101101 0 110111 11111100 11101 100011

Color Harmonies of #493F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F72

Black with #493F72

Text Example


Text Example

White with #493F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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