Html Css Color HEX #493865 Meteorite

📋 copy color: '#493865'

red 73 ◦ green 56 ◦ blue 101

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

Shades of Meteorite #493865

Tints of Meteorite #493865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 31.74%
G = 24.35%
B = 43.91%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493865 (or 0x493865) is known color: Meteorite. HEX triplet: 49, 38 and 65. RGB value is (73,56,101). Sum of RGB (Red+Green+Blue) = 73+56+101=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #493865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493865 is #B6C79A. Grayscale: #424242. Windows color (decimal): -11978651 or 6633545. OLE color: 6633545.

HSL color Cylindrical-coordinate representation of color #493865: hue angle of 262.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #493865 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 56 101 -
CMYK 0.28 0.45 0 0.60
HSL 262.67º 0.29% 0.31% -
HSV(B) 262.67º 0.45% 0.4% -
XYZ 6.51 5.18 12.97 -
YUV 66.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 73 56 101 0.28 0.45 0 0.60 262.67 0.29 0.31
Hex 49 38 65 1C 2D 0 3C 107 1D 1F
Octal 111 70 145 34 55 0 74 407 35 37
Binary 1001001 111000 1100101 11100 101101 0 111100 100000111 11101 11111

Color Harmonies of #493865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493865

Black with #493865

Text Example


Text Example

White with #493865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493865; }

 p { color: rgb(73,56,101); }

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

background-color css

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

 a { background-color: rgb(73,56,101); }

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

border-color css

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

 span { border-color: rgb(73,56,101); }

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