Html Css Color HEX #4F466B Meteorite

📋 copy color: '#4F466B'

red 79 ◦ green 70 ◦ blue 107

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

Shades of Meteorite #4F466B

Tints of Meteorite #4F466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

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

R = 30.86%
G = 27.34%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4F466B (or 0x4F466B) is known color: Meteorite. HEX triplet: 4F, 46 and 6B. RGB value is (79,70,107). Sum of RGB (Red+Green+Blue) = 79+70+107=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F466B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F466B is #B0B994. Grayscale: #4C4C4C. Windows color (decimal): -11581845 or 7030351. OLE color: 7030351.

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

Color convert

RGB 79 70 107 -
CMYK 0.26 0.35 0 0.58
HSL 254.59º 0.21% 0.35% -
HSV(B) 254.59º 0.35% 0.42% -
XYZ 8.07 7.1 14.86 -
YUV 76.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 79 70 107 0.26 0.35 0 0.58 254.59 0.21 0.35
Hex 4F 46 6B 1A 23 0 3A FF 15 23
Octal 117 106 153 32 43 0 72 377 25 43
Binary 1001111 1000110 1101011 11010 100011 0 111010 11111111 10101 100011

Color Harmonies of #4F466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F466B

Black with #4F466B

Text Example


Text Example

White with #4F466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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