Html Css Color HEX #494267 Meteorite

📋 copy color: '#494267'

red 73 ◦ green 66 ◦ blue 103

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

Shades of Meteorite #494267

Tints of Meteorite #494267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

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

R = 30.17%
G = 27.27%
B = 42.56%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#494267 (or 0x494267) is known color: Meteorite. HEX triplet: 49, 42 and 67. RGB value is (73,66,103). Sum of RGB (Red+Green+Blue) = 73+66+103=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #494267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494267 is #B6BD98. Grayscale: #484848. Windows color (decimal): -11976089 or 6767177. OLE color: 6767177.

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

Color convert

RGB 73 66 103 -
CMYK 0.29 0.36 0 0.60
HSL 251.35º 0.22% 0.33% -
HSV(B) 251.35º 0.36% 0.4% -
XYZ 7.14 6.29 13.67 -
YUV 72.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 73 66 103 0.29 0.36 0 0.60 251.35 0.22 0.33
Hex 49 42 67 1D 24 0 3C FB 16 21
Octal 111 102 147 35 44 0 74 373 26 41
Binary 1001001 1000010 1100111 11101 100100 0 111100 11111011 10110 100001

Color Harmonies of #494267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494267

Black with #494267

Text Example


Text Example

White with #494267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494267; }

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

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

background-color css

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

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

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

border-color css

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

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

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