Html Css Color HEX #4F456F Meteorite

📋 copy color: '#4F456F'

red 79 ◦ green 69 ◦ blue 111

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

Shades of Meteorite #4F456F

Tints of Meteorite #4F456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 30.5%
G = 26.64%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4F456F (or 0x4F456F) is known color: Meteorite. HEX triplet: 4F, 45 and 6F. RGB value is (79,69,111). Sum of RGB (Red+Green+Blue) = 79+69+111=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #4F456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F456F is #B0BA90. Grayscale: #4C4C4C. Windows color (decimal): -11582097 or 7292239. OLE color: 7292239.

HSL color Cylindrical-coordinate representation of color #4F456F: hue angle of 254.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F456F is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 69 111 -
CMYK 0.29 0.38 0 0.56
HSL 254.29º 0.23% 0.35% -
HSV(B) 254.29º 0.38% 0.44% -
XYZ 8.22 7.07 15.97 -
YUV 76.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 79 69 111 0.29 0.38 0 0.56 254.29 0.23 0.35
Hex 4F 45 6F 1D 26 0 38 FE 17 23
Octal 117 105 157 35 46 0 70 376 27 43
Binary 1001111 1000101 1101111 11101 100110 0 111000 11111110 10111 100011

Color Harmonies of #4F456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F456F

Black with #4F456F

Text Example


Text Example

White with #4F456F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,69,111); }

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

background-color css

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

 a { background-color: rgb(79,69,111); }

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

border-color css

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

 span { border-color: rgb(79,69,111); }

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