Html Css Color HEX #493467 Meteorite

📋 copy color: '#493467'

red 73 ◦ green 52 ◦ blue 103

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

Shades of Meteorite #493467

Tints of Meteorite #493467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.81%

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

R = 32.02%
G = 22.81%
B = 45.18%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#493467 (or 0x493467) is known color: Meteorite. HEX triplet: 49, 34 and 67. RGB value is (73,52,103). Sum of RGB (Red+Green+Blue) = 73+52+103=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #493467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493467 is #B6CB98. Grayscale: #3F3F3F. Windows color (decimal): -11979673 or 6763593. OLE color: 6763593.

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

Color convert

RGB 73 52 103 -
CMYK 0.29 0.50 0 0.60
HSL 264.71º 0.33% 0.3% -
HSV(B) 264.71º 0.5% 0.4% -
XYZ 6.42 4.85 13.43 -
YUV 64.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 73 52 103 0.29 0.50 0 0.60 264.71 0.33 0.3
Hex 49 34 67 1D 32 0 3C 109 21 1E
Octal 111 64 147 35 62 0 74 411 41 36
Binary 1001001 110100 1100111 11101 110010 0 111100 100001001 100001 11110

Color Harmonies of #493467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493467

Black with #493467

Text Example


Text Example

White with #493467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493467; }

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

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

background-color css

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

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

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

border-color css

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

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

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