Html Css Color HEX #4F4061 Meteorite

📋 copy color: '#4F4061'

red 79 ◦ green 64 ◦ blue 97

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

Shades of Meteorite #4F4061

Tints of Meteorite #4F4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 32.92%
G = 26.67%
B = 40.42%

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

#4F4061 (or 0x4F4061) is known color: Meteorite. HEX triplet: 4F, 40 and 61. RGB value is (79,64,97). Sum of RGB (Red+Green+Blue) = 79+64+97=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4061 is #B0BF9E. Grayscale: #484848. Windows color (decimal): -11583391 or 6373455. OLE color: 6373455.

HSL color Cylindrical-coordinate representation of color #4F4061: hue angle of 267.27º 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 #4F4061 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 64 97 -
CMYK 0.19 0.34 0 0.62
HSL 267.27º 0.2% 0.32% -
HSV(B) 267.27º 0.34% 0.38% -
XYZ 7.22 6.19 12.12 -
YUV 72.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 79 64 97 0.19 0.34 0 0.62 267.27 0.2 0.32
Hex 4F 40 61 13 22 0 3E 10B 14 20
Octal 117 100 141 23 42 0 76 413 24 40
Binary 1001111 1000000 1100001 10011 100010 0 111110 100001011 10100 100000

Color Harmonies of #4F4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4061

Black with #4F4061

Text Example


Text Example

White with #4F4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,64,97); }

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

background-color css

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

 a { background-color: rgb(79,64,97); }

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

border-color css

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

 span { border-color: rgb(79,64,97); }

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