Html Css Color HEX #493C67 Meteorite

📋 copy color: '#493C67'

red 73 ◦ green 60 ◦ blue 103

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

Shades of Meteorite #493C67

Tints of Meteorite #493C67

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 30.93%
G = 25.42%
B = 43.64%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493C67 (or 0x493C67) is known color: Meteorite. HEX triplet: 49, 3C and 67. RGB value is (73,60,103). Sum of RGB (Red+Green+Blue) = 73+60+103=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #493C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493C67 is #B6C398. Grayscale: #444444. Windows color (decimal): -11977625 or 6765641. OLE color: 6765641.

HSL color Cylindrical-coordinate representation of color #493C67: hue angle of 258.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #493C67 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 60 103 -
CMYK 0.29 0.42 0 0.60
HSL 258.14º 0.26% 0.32% -
HSV(B) 258.14º 0.42% 0.4% -
XYZ 6.81 5.63 13.56 -
YUV 68.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 73 60 103 0.29 0.42 0 0.60 258.14 0.26 0.32
Hex 49 3C 67 1D 2A 0 3C 102 1A 20
Octal 111 74 147 35 52 0 74 402 32 40
Binary 1001001 111100 1100111 11101 101010 0 111100 100000010 11010 100000

Color Harmonies of #493C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493C67

Black with #493C67

Text Example


Text Example

White with #493C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,103); }

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

background-color css

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

 a { background-color: rgb(73,60,103); }

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

border-color css

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

 span { border-color: rgb(73,60,103); }

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