Html Css Color HEX #4F496B Meteorite

📋 copy color: '#4F496B'

red 79 ◦ green 73 ◦ blue 107

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

Shades of Meteorite #4F496B

Tints of Meteorite #4F496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.31%

R = 30.5%
G = 28.19%
B = 41.31%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F496B (or 0x4F496B) is known color: Meteorite. HEX triplet: 4F, 49 and 6B. RGB value is (79,73,107). Sum of RGB (Red+Green+Blue) = 79+73+107=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F496B is #B0B694. Grayscale: #4E4E4E. Windows color (decimal): -11581077 or 7031119. OLE color: 7031119.

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

Color convert

RGB 79 73 107 -
CMYK 0.26 0.32 0 0.58
HSL 250.59º 0.19% 0.35% -
HSV(B) 250.59º 0.32% 0.42% -
XYZ 8.26 7.49 14.92 -
YUV 78.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 79 73 107 0.26 0.32 0 0.58 250.59 0.19 0.35
Hex 4F 49 6B 1A 20 0 3A FB 13 23
Octal 117 111 153 32 40 0 72 373 23 43
Binary 1001111 1001001 1101011 11010 100000 0 111010 11111011 10011 100011

Color Harmonies of #4F496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F496B

Black with #4F496B

Text Example


Text Example

White with #4F496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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