Html Css Color HEX #4F426D Meteorite

📋 copy color: '#4F426D'

red 79 ◦ green 66 ◦ blue 109

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

Shades of Meteorite #4F426D

Tints of Meteorite #4F426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 31.1%
G = 25.98%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4F426D (or 0x4F426D) is known color: Meteorite. HEX triplet: 4F, 42 and 6D. RGB value is (79,66,109). Sum of RGB (Red+Green+Blue) = 79+66+109=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F426D is #B0BD92. Grayscale: #4A4A4A. Windows color (decimal): -11582867 or 7160399. OLE color: 7160399.

HSL color Cylindrical-coordinate representation of color #4F426D: hue angle of 258.14º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F426D is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 79 66 109 -
CMYK 0.28 0.39 0 0.57
HSL 258.14º 0.25% 0.34% -
HSV(B) 258.14º 0.39% 0.43% -
XYZ 7.93 6.66 15.34 -
YUV 74.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 79 66 109 0.28 0.39 0 0.57 258.14 0.25 0.34
Hex 4F 42 6D 1C 27 0 39 102 19 22
Octal 117 102 155 34 47 0 71 402 31 42
Binary 1001111 1000010 1101101 11100 100111 0 111001 100000010 11001 100010

Color Harmonies of #4F426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F426D

Black with #4F426D

Text Example


Text Example

White with #4F426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,66,109); }

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

background-color css

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

 a { background-color: rgb(79,66,109); }

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

border-color css

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

 span { border-color: rgb(79,66,109); }

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