Html Css Color HEX #493667 Meteorite

📋 copy color: '#493667'

red 73 ◦ green 54 ◦ blue 103

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

Shades of Meteorite #493667

Tints of Meteorite #493667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 31.74%
G = 23.48%
B = 44.78%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493667 (or 0x493667) is known color: Meteorite. HEX triplet: 49, 36 and 67. RGB value is (73,54,103). Sum of RGB (Red+Green+Blue) = 73+54+103=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #493667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493667 is #B6C998. Grayscale: #414141. Windows color (decimal): -11979161 or 6764105. OLE color: 6764105.

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

Color convert

RGB 73 54 103 -
CMYK 0.29 0.48 0 0.60
HSL 263.27º 0.31% 0.31% -
HSV(B) 263.27º 0.48% 0.4% -
XYZ 6.52 5.03 13.46 -
YUV 65.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 73 54 103 0.29 0.48 0 0.60 263.27 0.31 0.31
Hex 49 36 67 1D 30 0 3C 107 1F 1F
Octal 111 66 147 35 60 0 74 407 37 37
Binary 1001001 110110 1100111 11101 110000 0 111100 100000111 11111 11111

Color Harmonies of #493667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493667

Black with #493667

Text Example


Text Example

White with #493667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493667; }

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

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

background-color css

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

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

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

border-color css

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

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

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