Html Css Color HEX #4F4162 Meteorite

📋 copy color: '#4F4162'

red 79 ◦ green 65 ◦ blue 98

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

Shades of Meteorite #4F4162

Tints of Meteorite #4F4162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 32.64%
G = 26.86%
B = 40.5%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F4162 (or 0x4F4162) is known color: Meteorite. HEX triplet: 4F, 41 and 62. RGB value is (79,65,98). Sum of RGB (Red+Green+Blue) = 79+65+98=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F4162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4162 is #B0BE9D. Grayscale: #484848. Windows color (decimal): -11583134 or 6439247. OLE color: 6439247.

HSL color Cylindrical-coordinate representation of color #4F4162: hue angle of 265.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F4162 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 65 98 -
CMYK 0.19 0.34 0 0.62
HSL 265.45º 0.2% 0.32% -
HSV(B) 265.45º 0.34% 0.38% -
XYZ 7.32 6.32 12.39 -
YUV 72.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 79 65 98 0.19 0.34 0 0.62 265.45 0.2 0.32
Hex 4F 41 62 13 22 0 3E 109 14 20
Octal 117 101 142 23 42 0 76 411 24 40
Binary 1001111 1000001 1100010 10011 100010 0 111110 100001001 10100 100000

Color Harmonies of #4F4162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4162

Black with #4F4162

Text Example


Text Example

White with #4F4162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,65,98); }

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

background-color css

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

 a { background-color: rgb(79,65,98); }

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

border-color css

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

 span { border-color: rgb(79,65,98); }

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