Html Css Color HEX #493869 Meteorite

📋 copy color: '#493869'

red 73 ◦ green 56 ◦ blue 105

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

Shades of Meteorite #493869

Tints of Meteorite #493869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.87%

R = 31.2%
G = 23.93%
B = 44.87%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#493869 (or 0x493869) is known color: Meteorite. HEX triplet: 49, 38 and 69. RGB value is (73,56,105). Sum of RGB (Red+Green+Blue) = 73+56+105=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #493869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493869 is #B6C796. Grayscale: #424242. Windows color (decimal): -11978647 or 6895689. OLE color: 6895689.

HSL color Cylindrical-coordinate representation of color #493869: hue angle of 260.82º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #493869 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 56 105 -
CMYK 0.30 0.47 0 0.59
HSL 260.82º 0.3% 0.32% -
HSV(B) 260.82º 0.47% 0.41% -
XYZ 6.71 5.26 14.03 -
YUV 66.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 73 56 105 0.30 0.47 0 0.59 260.82 0.3 0.32
Hex 49 38 69 1E 2F 0 3B 105 1E 20
Octal 111 70 151 36 57 0 73 405 36 40
Binary 1001001 111000 1101001 11110 101111 0 111011 100000101 11110 100000

Color Harmonies of #493869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493869

Black with #493869

Text Example


Text Example

White with #493869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493869; }

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

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

background-color css

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

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

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

border-color css

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

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

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