Html Css Color HEX #4F496A Meteorite

📋 copy color: '#4F496A'

red 79 ◦ green 73 ◦ blue 106

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

Shades of Meteorite #4F496A

Tints of Meteorite #4F496A

RGB

 RED value IS 79 (31.25% from 255) = 30.62%

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 30.62%
G = 28.29%
B = 41.09%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F496A (or 0x4F496A) is known color: Meteorite. HEX triplet: 4F, 49 and 6A. RGB value is (79,73,106). Sum of RGB (Red+Green+Blue) = 79+73+106=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #4F496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F496A is #B0B695. Grayscale: #4E4E4E. Windows color (decimal): -11581078 or 6965583. OLE color: 6965583.

HSL color Cylindrical-coordinate representation of color #4F496A: hue angle of 250.91º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F496A is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 79 73 106 -
CMYK 0.25 0.31 0 0.58
HSL 250.91º 0.18% 0.35% -
HSV(B) 250.91º 0.31% 0.42% -
XYZ 8.21 7.47 14.64 -
YUV 78.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 79 73 106 0.25 0.31 0 0.58 250.91 0.18 0.35
Hex 4F 49 6A 19 1F 0 3A FB 12 23
Octal 117 111 152 31 37 0 72 373 22 43
Binary 1001111 1001001 1101010 11001 11111 0 111010 11111011 10010 100011

Color Harmonies of #4F496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F496A

Black with #4F496A

Text Example


Text Example

White with #4F496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F496A; }

 p { color: rgb(79,73,106); }

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

background-color css

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

 a { background-color: rgb(79,73,106); }

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

border-color css

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

 span { border-color: rgb(79,73,106); }

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